TaskSearchModel class

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

Constructors

TaskSearchModel({List<String>? id, String? projectId, List<String>? projectBeneficiaryId, List<String>? projectBeneficiaryClientReferenceId, String? createdBy, String? status, int? offset, int? limit, List<String>? clientReferenceId, String? tenantId, int? plannedStartDate, int? plannedEndDate, int? actualStartDate, int? actualEndDate, String? boundaryCode, bool? isDeleted = false})
TaskSearchModel.ignoreDeleted({List<String>? id, String? projectId, List<String>? projectBeneficiaryId, List<String>? projectBeneficiaryClientReferenceId, String? createdBy, String? status, int? offset, int? limit, List<String>? clientReferenceId, String? tenantId, int? plannedStartDate, int? plannedEndDate, int? actualStartDate, int? actualEndDate, String? boundaryCode})

Properties

actualEndDate int?
no setter
actualEndDateTime DateTime?
final
actualStartDate int?
no setter
actualStartDateTime DateTime?
final
additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith TaskSearchModelCopyWith<TaskSearchModel, TaskSearchModel, TaskSearchModel>
no setterinherited
createdBy String?
final
hashCode int
The hash code for this object.
no setterinherited
id List<String>?
final
isDeleted bool?
finalinherited
limit int?
final
offset int?
final
plannedEndDate int?
no setter
plannedEndDateTime DateTime?
final
plannedStartDate int?
no setter
plannedStartDateTime DateTime?
final
projectBeneficiaryClientReferenceId List<String>?
final
projectBeneficiaryId List<String>?
final
projectId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status 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