UserMetadata class

Describes the metadata of the user.

Constructors

UserMetadata({String? emailAddress, String? givenName, String? id, String? surname, String? username})
UserMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

emailAddress String?
The email address of the user.
final
givenName String?
The given name of the user before a rename operation.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surname String?
The surname of the user.
final
username String?
The name of the user.
final

Methods

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

Operators

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