FileImageSource class

The file image source.

Inheritance

Constructors

FileImageSource(File file)
Use file to create image source.
const
FileImageSource.path(String path)
Use path to create image source.

Properties

file File
The file of image.
final
hashCode int
The hash code for this object.
no setterinherited
memory Uint8List
The image data as Uint8List.
no setteroverride
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
toJson() Map<String, Object?>
Convert current instance to Map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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