SettingsFake class
Constructors
Properties
-
asMap
→ Map<
String, dynamic> -
Returns the settings as a Map
no setter
- cacheSizeBytes → int?
-
An approximate cache size threshold for the on-disk data.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
The hostname to connect to.
no setter
- ignoreUndefinedProperties → bool
-
Whether to skip nested properties that are set to undefined during object serialization.
no setter
- persistenceEnabled → bool?
-
Attempts to enable persistent storage, if possible.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sslEnabled → bool?
-
Whether to use SSL when connecting.
no setter
Methods
-
copyWith(
{bool? persistenceEnabled, String? host, bool? sslEnabled, int? cacheSizeBytes, bool? ignoreUndefinedProperties}) → Settings -
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