DisplayUser class

all userdata that is needed to use it in the UI

Implementers

Constructors

DisplayUser.new(String name, {String? full_name, String? full_surname})

Properties

full_name String?
getter/setter pair
full_surname String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
this is aquivalent to the KZL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromMap(Map<String, dynamic>? map) → void
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.
inherited