PrefsLoadedState class

This class represents what user will see when data is fetched

Inheritance

Constructors

PrefsLoadedState(dynamic prefs, Map<String, bool> shuttles, Map<String, bool> buses, {bool modifyActiveRoutes: false})
const

Properties

buses Map<String, bool>
final
hashCode int
The hash code for this object. [...]
read-only, inherited
modifyActiveRoutes bool
final
prefs → dynamic
final
props List<Object>
read-only, override
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shuttles Map<String, bool>
final
theme → dynamic
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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