TaskModel class

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

Constructors

TaskModel({TaskAdditionalFields? additionalFields, String? id, String? projectId, String? projectBeneficiaryId, String? projectBeneficiaryClientReferenceId, String? createdBy, String? status, bool? nonRecoverableError = false, required String clientReferenceId, String? tenantId, int? rowVersion, List<TaskResourceModel>? resources, AddressModel? address, int? plannedStartDate, int? plannedEndDate, int? actualStartDate, int? actualEndDate, int? createdDate, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

actualEndDate int?
no setter
actualEndDateTime DateTime?
final
actualStartDate int?
no setter
actualStartDateTime DateTime?
final
additionalFields TaskAdditionalFields?
final
address → AddressModel?
final
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientAuditDetails → ClientAuditDetails?
finalinherited
clientReferenceId String
final
companion → TaskCompanion
no setter
copyWith TaskModelCopyWith<TaskModel, TaskModel, TaskModel>
no setterinherited
createdBy String?
final
createdDate int?
no setter
createdDateTime DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
finalinherited
nonRecoverableError bool?
final
plannedEndDate int?
no setter
plannedEndDateTime DateTime?
final
plannedStartDate int?
no setter
plannedStartDateTime DateTime?
final
projectBeneficiaryClientReferenceId String?
final
projectBeneficiaryId String?
final
projectId String?
final
resources List<TaskResourceModel>?
final
rowVersion int?
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

Constants

schemaName → const String