DataManager class

Constructors

DataManager()

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

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

Operators

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

Static Properties

age Future<int?>
no setter
emails Future<List<String>>
no setter
gender Future<UserGender?>
no setter

Static Methods

addEmail(String email) Future<void>
setAge(int age) Future<void>
setEmails(List<String>? list) Future<void>
setGender(UserGender? gender) Future<void>

Constants

CHANNEL_DATA_MANAGER → const String