PickerValue class

Data of the picked up files.

The path where the picked up file is located is in path, and the actual data of the file is in bytes. One of the data may be missing, so please extract the data properly.

ピックアップしたファイルのデータ。

pathにピックアップしたファイルが置かれているパス、bytesにファイルの実データが入っています。 片方のデータがない場合があるので適切にデータを取り出してください。

Annotations

Constructors

PickerValue({String? path, Uint8List? bytes})
Data of the picked up files.
const

Properties

bytes Uint8List?
Actual data of the picked up files.
final
hashCode int
The hash code for this object.
no setteroverride
path String?
The path where the picked up file is located.
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