BackendlessUser class

Properties

email String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
password String
getter/setter pair
properties → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearProperties() → void
getObjectId() String
getProperty(String key) → dynamic
getUserId() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putProperties(Map<String, dynamic> other) → void
removeProperty(String key) → dynamic
setProperties(Map<String, dynamic> other) → void
setProperty(String key, dynamic value) → void
toJson() Map
toString() String
A string representation of this object.
override

Operators

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

Constants

EMAIL_KEY → const String
ID_KEY → const String
PASSWORD_KEY → const String