Options class
- Annotations
Constructors
- Options.new()
-
factory
Properties
- backupBeforeSync ↔ bool
-
getter/setter pair
- canBeOffline ↔ bool
-
getter/setter pair
- compactDownload ↔ bool
-
getter/setter pair
- debugMode ↔ bool
-
getter/setter pair
- forceOffline ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- no_image_placeholder_name ↔ String
-
getter/setter pair
- preloadFullImagesOnManualDownload → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useMobileNetworkForDownload ↔ bool
-
getter/setter pair
- useMobileNetworkForUpload ↔ bool
-
getter/setter pair
- useSystemTheme ↔ bool
-
getter/setter pair
Methods
-
fromJson(
Map< String, dynamic> json) → void -
load(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setteableBools(
) → Map< String, (bool Function(), void Function(bool))> -
store(
) → Future -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited