import 'package:marco/model/model.dart'; abstract class IdentifierModel extends Model { final int id; IdentifierModel(this.id); }