StorageOptions class
Опции хранилища оффлайн данных.
Constructors
- StorageOptions([String? downloadStoragePath = null])
-
const
Properties
- downloadStoragePath → String?
-
Путь к каталогу верхнего уровня для основного хранилища загрузок.
Файловое хранилище будет находиться в подкаталоге downloads в данном каталоге.
Если путь не указан, будет использоваться директория по умолчанию.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Optional< String?> ? downloadStoragePath}) → StorageOptions -
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.
override