UserConfig class

Annotations
  • @freezed

Constructors

UserConfig({required String uuid, required String username, required String email, required String language, required bool rootAdmin, required bool useTotp, required bool gravatar, required String createdAt, required String updatedAt, required String nameFirst, required String nameLast})
const
factory
UserConfig.fromJson(JsonMap map)
factory

Properties

copyWith → $UserConfigCopyWith<UserConfig>
no setterinherited
createdAt String
no setterinherited
email String
no setterinherited
gravatar bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
language String
no setterinherited
nameFirst String
no setterinherited
nameLast String
no setterinherited
rootAdmin bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
no setterinherited
username String
no setterinherited
useTotp bool
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