StorageFile class abstract

Abstract class for defining files for storage.

The full path of the file is stored in path and the actual data in bytes.

ストレージ用のファイルを定義するための抽象クラス。

pathにファイルのフルパスが格納され、bytesに実データが格納されます。

Implementers
Available Extensions
Annotations

Properties

bytes Uint8List?
Real data is stored.
final
hashCode int
The hash code for this object.
no setteroverride
path Uri?
The full path of the file is stored.
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.
override