XdgAccountUserInformation class

Information about a user account.

Constructors

XdgAccountUserInformation({required String id, required String name, required String image})

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
The user id.
final
image String
The URI of an image file for the users avatar photo.
final
name String
The users real name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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