Androssy class

Constructors

Androssy({AndrossySettings settings = const AndrossySettings(), AndrossyUser user = const AndrossyUser()})
const
Androssy.from(SharedPreferences preferences)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
json String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings AndrossySettings
final
source Map<String, dynamic>
no setter
user AndrossyUser
final

Methods

copy({AndrossySettings? settings, AndrossyUser? user}) Androssy
getSource(String? json) Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Androssy
toString() String
A string representation of this object.
override

Operators

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