WebPFile class

Inheritance
Available extensions

Constructors

WebPFile(File file)

Properties

awaitData → Future<Uint8List>

Available on PFile, provided by the PlatformFileWriteExt extension

no setter
bytes → Uint8List?
Try not to use this
no setteroverride
extension → String?
File extension for this file.
no setterinherited
extension → String?

Available on PFile, provided by the PlatformFileWriteExt extension

no setter
file → File
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
File name including its extension.
no setteroverride
path → String?
The absolute path for a cached copy of this file. It can be used to create a file instance with a descriptor for the given path.
no setteroverride
read → Future<PFile>
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
size → int
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openStream([int? start, int? end]) → Stream<List<int>>
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

chunkSize ↔ int
getter/setter pair
log → Logger
final