TicketApplicationUser class

Constructors

TicketApplicationUser({bool? locked, required DateTime registrationDate, required String name, Role? role, String? imageFile, bool? editable, String? objectAddress, String? objectTitle, String? emailFinancial, String? companyName, String? contractNumber, DateTime? contractDate, DateTime? accessDate, String? key, String? bankName, String? bankBIK, String? bankCorrAccount, String? bankPayAccount, String? signerFIO, String? signerJob, String? signerDoc, String? financeFIO, String? financeEmail, String? financePhone, bool? edo, String? techFIO, String? techEmail, String? techPhone, String? legalFormShort, String? legalFormFull, String? addressLegal, String? addressPostal, String? addressActual, String? INN, bool? hidden, String? KPP, String? OGRN, List<Ticket>? tickets = const [], List<AuditLog>? logs = const [], int? copyRightOwnerId, ApplicationUserCopyRightOwner? copyRightOwner, List<Playlist>? playlists = const [], List<Feed>? feeds = const [], List<Place>? places = const [], List<CompanyTypeUser>? companyTypeUsers = const [], String? id, String? userName, String? normalizedUserName, String? email, String? normalizedEmail, bool? emailConfirmed, String? passwordHash, String? securityStamp, String? concurrencyStamp, String? phoneNumber, bool? phoneNumberConfirmed, bool? twoFactorEnabled, DateTime? lockoutEnd, bool? lockoutEnabled, int? accessFailedCount})
Returns a new TicketApplicationUser instance.

Properties

accessDate DateTime?
getter/setter pair
accessFailedCount int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
addressActual String?
getter/setter pair
addressLegal String?
getter/setter pair
addressPostal String?
getter/setter pair
bankBIK String?
getter/setter pair
bankCorrAccount String?
getter/setter pair
bankName String?
getter/setter pair
bankPayAccount String?
getter/setter pair
companyName String?
getter/setter pair
companyTypeUsers List<CompanyTypeUser>?
getter/setter pair
concurrencyStamp String?
getter/setter pair
contractDate DateTime?
getter/setter pair
contractNumber String?
getter/setter pair
copyRightOwner ApplicationUserCopyRightOwner?
getter/setter pair
copyRightOwnerId int?
getter/setter pair
editable bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
edo bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
email String?
getter/setter pair
emailConfirmed bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
emailFinancial String?
getter/setter pair
feeds List<Feed>?
getter/setter pair
financeEmail String?
getter/setter pair
financeFIO String?
getter/setter pair
financePhone String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hidden bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
id String?
getter/setter pair
imageFile String?
getter/setter pair
INN String?
getter/setter pair
key String?
getter/setter pair
KPP String?
getter/setter pair
legalFormFull String?
getter/setter pair
legalFormShort String?
getter/setter pair
locked bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
lockoutEnabled bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
lockoutEnd DateTime?
getter/setter pair
logs List<AuditLog>?
getter/setter pair
name String
getter/setter pair
normalizedEmail String?
getter/setter pair
normalizedUserName String?
getter/setter pair
objectAddress String?
getter/setter pair
objectTitle String?
getter/setter pair
OGRN String?
getter/setter pair
passwordHash String?
getter/setter pair
phoneNumber String?
getter/setter pair
phoneNumberConfirmed bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
places List<Place>?
getter/setter pair
playlists List<Playlist>?
getter/setter pair
registrationDate DateTime
getter/setter pair
role Role?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityStamp String?
getter/setter pair
signerDoc String?
getter/setter pair
signerFIO String?
getter/setter pair
signerJob String?
getter/setter pair
techEmail String?
getter/setter pair
techFIO String?
getter/setter pair
techPhone String?
getter/setter pair
tickets List<Ticket>?
getter/setter pair
twoFactorEnabled bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
userName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) TicketApplicationUser?
Returns a new TicketApplicationUser instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<TicketApplicationUser>?
mapFromJson(dynamic json) Map<String, TicketApplicationUser>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<TicketApplicationUser>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.