ProjectBeneficiarySearchModel class

Inheritance
  • Object
  • DataModel
  • EntitySearchModel
  • ProjectBeneficiarySearchModel
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

ProjectBeneficiarySearchModel({List<String>? id, List<String>? projectId, List<String>? beneficiaryId, List<String>? tag, List<String>? beneficiaryClientReferenceId, DateTime? beneficiaryRegistrationDateLte, DateTime? beneficiaryRegistrationDateGte, int? offset, int? limit, List<String>? clientReferenceId, String? tenantId, int? dateOfRegistration, String? boundaryCode, bool? isDeleted = false})
ProjectBeneficiarySearchModel.ignoreDeleted({List<String>? id, List<String>? projectId, List<String>? beneficiaryId, List<String>? tag, List<String>? beneficiaryClientReferenceId, DateTime? beneficiaryRegistrationDateLte, DateTime? beneficiaryRegistrationDateGte, int? offset, int? limit, List<String>? clientReferenceId, String? tenantId, int? dateOfRegistration, String? boundaryCode})

Properties

additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
beneficiaryClientReferenceId List<String>?
final
beneficiaryId List<String>?
final
beneficiaryRegistrationDateGte DateTime?
final
beneficiaryRegistrationDateLte DateTime?
final
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith ProjectBeneficiarySearchModelCopyWith<ProjectBeneficiarySearchModel, ProjectBeneficiarySearchModel, ProjectBeneficiarySearchModel>
no setterinherited
dateOfRegistration int?
no setter
dateOfRegistrationTime DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id List<String>?
final
isDeleted bool?
finalinherited
limit int?
final
offset int?
final
projectId List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag List<String>?
final
tenantId String?
final

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