User class

Constructors

User(String token, String email, String idioma, String? imagemUrl, String nome, String tema, String id)

Properties

email String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
idioma String
getter/setter pair
imagemUrl String?
getter/setter pair
nome String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tema String
getter/setter pair
token String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIdioma(String newIdioma) → void
setImagemUrl(String newImagemUrl) → void
setNome(String newNome) → void
setTema(String newTema) → void
setToken(String newToken) → void
toString() String
A string representation of this object.
inherited

Operators

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