UserProperties class

User's custom properties

Constructors

UserProperties()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getString(String name) Future<String?>
Get a value from a map using a name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putString(String name, {String? value}) Future<void>
Put a value using key inside a map.
removeString(String name) Future<void>
Remove a single value using a name.
toString() String
A string representation of this object.
inherited

Operators

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