PgrComplainantModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- PgrComplainantModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true)
Constructors
-
PgrComplainantModel({int? id, required String clientReferenceId, required String complaintClientReferenceId, String? userName, String? name, String? type, String? mobileNumber, String? emailId, List<
PgrRolesModel> roles = const [], required String tenantId, String? uuid, bool active = true, bool isDeleted = false, int rowVersion = 1, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails}) -
const
Properties
- active → bool
-
final
- auditDetails → AuditDetails?
-
finalinherited
- boundaryCode → String?
-
finalinherited
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- clientReferenceId → String
-
final
- companion → PgrComplainantCompanion
-
no setter
- complaintClientReferenceId → String
-
final
-
copyWith
→ PgrComplainantModelCopyWith<
PgrComplainantModel, PgrComplainantModel, PgrComplainantModel> -
no setterinherited
- emailId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
final
- isDeleted → bool
-
final
- mobileNumber → String?
-
final
- name → String?
-
final
-
roles
→ List<
PgrRolesModel> -
final
- rowVersion → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId → String
-
final
- type → String?
-
final
- userName → String?
-
final
- uuid → 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