Usuario class

Constructors

Usuario({String? code, String? username, String? companyCode, String? fullName, bool? isDisabled, int? passwordAttempts, String? referenceCode, String? externalReference, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy})
Usuario.fromJson(String str)
factory
Usuario.fromMap(Map<String, dynamic> json)
factory

Properties

code String?
getter/setter pair
companyCode String?
getter/setter pair
createdAt DateTime?
getter/setter pair
createdBy String?
getter/setter pair
externalReference String?
getter/setter pair
fullName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDisabled bool?
getter/setter pair
passwordAttempts int?
getter/setter pair
referenceCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair
writeAt DateTime?
getter/setter pair
writeBy String?
getter/setter pair

Methods

copyWith({String? code, String? username, String? companyCode, String? fullName, bool? isDisabled, int? passwordAttempts, String? referenceCode, String? externalReference, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy}) Usuario
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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