User class

Inheritance

Constructors

User({Map<String, dynamic>? json, dynamic id})
User.fromJson(Map<String, dynamic> json)
factory

Properties

acl List<String>?
getter/setter pairinherited
dateMade int?
getter/setter pairinherited
dateUpdated int?
getter/setter pairinherited
dirty bool?
getter/setter pairinherited
displayName String?
getter/setter pairinherited
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair

Methods

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

Operators

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