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