Account class

Annotations
  • @freezed

Constructors

Account({String? wallet, String? email, @Default([]) List<Device> devices, String? customId, DateTime? verifyTime, DateTime? disableTime, required User user})
const
factory
Account.fromDto(Account dto)
factory
Account.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $AccountCopyWith<Account>
no setterinherited
customId String?
no setterinherited
devices List<Device>
no setterinherited
disableTime DateTime?
no setterinherited
email String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
no setterinherited
verifyTime DateTime?
no setterinherited
wallet String?
no setterinherited

Methods

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

Operators

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