NativePFile class

Inheritance
Available Extensions

Constructors

NativePFile(File file)

Properties

bytes Uint8List
Try not to use this
no setteroverride
extension String?
File extension for this file.
no setterinherited
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
wrapped File
no setter

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