ProjectModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- ProjectModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
-
ProjectModel({ProjectAdditionalFields? additionalFields, required String id, String? projectTypeId, String? projectNumber, String? subProjectTypeId, bool? isTaskEnabled, String? parent, required String name, String? department, String? description, String? referenceId, String? projectHierarchy, bool? nonRecoverableError = false, String? tenantId, int? rowVersion, AddressModel? address, List<
TargetModel> ? targets, List<DocumentModel> ? documents, ProjectAdditionalDetails? additionalDetails, int? startDate, int? endDate, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})
Properties
- additionalDetails → ProjectAdditionalDetails?
-
final
- additionalFields → ProjectAdditionalFields?
-
final
- address → AddressModel?
-
final
- auditDetails → AuditDetails?
-
finalinherited
- boundaryCode → String?
-
finalinherited
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- companion → ProjectCompanion
-
no setter
-
copyWith
→ ProjectModelCopyWith<
ProjectModel, ProjectModel, ProjectModel> -
no setterinherited
- department → String?
-
final
- description → String?
-
final
-
documents
→ List<
DocumentModel> ? -
final
- endDate → int?
-
no setter
- endDateTime → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isDeleted → bool?
-
finalinherited
- isTaskEnabled → bool?
-
final
- name → String
-
final
- nonRecoverableError → bool?
-
final
- parent → String?
-
final
- projectHierarchy → String?
-
final
- projectNumber → String?
-
final
- projectTypeId → String?
-
final
- referenceId → String?
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → int?
-
no setter
- startDateTime → DateTime?
-
final
- subProjectTypeId → String?
-
final
-
targets
→ List<
TargetModel> ? -
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