UserModel class

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

Constructors

UserModel({UserAdditionalFields? additionalFields, String? id, String? userName, String? salutation, String? name, String? gender, String? mobileNumber, String? emailId, String? altContactNumber, String? pan, String? aadhaarNumber, String? permanentAddress, String? permanentCity, String? permanentPinCode, String? correspondenceAddress, String? correspondenceCity, String? correspondencePinCode, String? alternatemobilenumber, bool? active, String? locale, String? type, bool? accountLocked, int? accountLockedDate, String? fatherOrHusbandName, String? relationship, String? signature, String? bloodGroup, String? photo, String? identificationMark, int? createdBy, String? lastModifiedBy, String? tenantId, String? uuid, String? createdDate, bool? nonRecoverableError = false, int? rowVersion, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

aadhaarNumber String?
final
accountLocked bool?
final
accountLockedDate int?
final
active bool?
final
additionalFields UserAdditionalFields?
final
altContactNumber String?
final
alternatemobilenumber String?
final
auditDetails AuditDetails?
finalinherited
bloodGroup String?
final
boundaryCode String?
finalinherited
clientAuditDetails ClientAuditDetails?
finalinherited
companion UserCompanion
no setter
copyWith UserModelCopyWith<UserModel, UserModel, UserModel>
no setterinherited
correspondenceAddress String?
final
correspondenceCity String?
final
correspondencePinCode String?
final
createdBy int?
final
createdDate String?
final
emailId String?
final
fatherOrHusbandName String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
identificationMark String?
final
isDeleted bool?
finalinherited
lastModifiedBy String?
final
locale String?
final
mobileNumber String?
final
name String?
final
nonRecoverableError bool?
final
pan String?
final
permanentAddress String?
final
permanentCity String?
final
permanentPinCode String?
final
photo String?
final
relationship String?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salutation String?
final
signature String?
final
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

Constants

schemaName → const String