ProjectSearchModel class

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

Constructors

ProjectSearchModel({String? id, String? projectTypeId, String? projectNumber, String? subProjectTypeId, bool? isTaskEnabled, String? parent, String? department, String? referenceId, String? tenantId, int? startDate, int? endDate, String? boundaryCode, bool? isDeleted = false})
ProjectSearchModel.ignoreDeleted({String? id, String? projectTypeId, String? projectNumber, String? subProjectTypeId, bool? isTaskEnabled, String? parent, String? department, String? referenceId, String? tenantId, int? startDate, int? endDate, String? boundaryCode})

Properties

additionalFields AdditionalFields?
finalinherited
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
copyWith ProjectSearchModelCopyWith<ProjectSearchModel, ProjectSearchModel, ProjectSearchModel>
no setterinherited
department String?
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
parent String?
final
projectNumber String?
final
projectTypeId String?
final
referenceId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate int?
no setter
startDateTime DateTime?
final
subProjectTypeId 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