StorageQuery class

Query to specify the path of storage on the remote side.

Specify the relative path on the remote storage side in relativeRemotePathOrId.

If you want to specify StorageAdapter directly, pass it to adapter.

リモート側のストレージのパスを指定するためのクエリ。

relativeRemotePathOrIdでリモートストレージ側の相対パスを指定します。

StorageAdapterを直接指定したい場合、adapterに渡してください。

Available Extensions
Annotations

Constructors

StorageQuery(String relativeRemotePathOrId, {StorageAdapter? adapter})
Query to specify the path of storage on the remote side.
const

Properties

adapter StorageAdapter
StorageAdapter to be used.
no setter
hashCode int
The hash code for this object.
no setterinherited
relativeRemotePathOrId String
Local path on the storage side.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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