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