EntitySearchModel class abstract
The EntitySearchModel
class extends DataModel
and adds additional properties like auditDetails
and additionalFields
.
It is also annotated with MappableClass
to generate mapping code.
- Inheritance
- Mixed-in types
- Implementers
- AddressSearchModel
- AttributesSearchModel
- BoundarySearchModel
- DocumentSearchModel
- FacilitySearchModel
- IdentifierSearchModel
- IndividualSearchModel
- LocalitySearchModel
- NameSearchModel
- PgrServiceSearchModel
- ProductSearchModel
- ProductVariantSearchModel
- ProjectFacilitySearchModel
- ProjectProductVariantSearchModel
- ProjectResourceSearchModel
- ProjectSearchModel
- ProjectStaffSearchModel
- ServiceAttributesSearchModel
- ServiceDefinitionSearchModel
- ServiceSearchModel
- TargetSearchModel
- UserActionSearchModel
- UserSearchModel
- Annotations
-
- @MappableClass(ignoreNull: true, includeSubClasses: [AddressSearchModel, LocalitySearchModel])
Constructors
- EntitySearchModel({String? boundaryCode, AuditDetails? auditDetails, AdditionalFields? additionalFields, bool? isDeleted = false})
-
const
- EntitySearchModel.ignoreDeleted({String? boundaryCode, AuditDetails? auditDetails, AdditionalFields? additionalFields})
-
const
Properties
- additionalFields → AdditionalFields?
-
final
- auditDetails → AuditDetails?
-
final
- boundaryCode → String?
-
finalinherited
-
copyWith
→ EntitySearchModelCopyWith<
EntitySearchModel, EntitySearchModel, EntitySearchModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDeleted → bool?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited