User class

Mixed in types
Annotations
  • @freezed

Constructors

User({required String uuid, required String username, required String email, @experimental Uri? image, @JsonKey(name: '2fa_enabled') required bool twoFaEnabled, required DateTime createdAt})
const
factory
User.fromJson(JsonMap json)
factory

Properties

copyWith → $UserCopyWith<User>
no setterinherited
createdAt DateTime
no setterinherited
email String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
image Uri?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twoFaEnabled bool
no setterinherited
username String
no setterinherited
uuid 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