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