Distinct(Model? parent, {String? id, dynamic enabled, dynamic field}) : super(parent, id) { this.enabled = enabled ?? true; this.field = field; }