LiteFile class
Constructors
- LiteFile.new({XFile? xFile, PlatformFile? platformFile})
Properties
-
bytes
→ Future<
Uint8List?> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasImageProvider → bool
-
no setter
- height → int
-
no setter
- isImage → bool
-
no setter
- isSelected ↔ bool
-
Can be used to mark images in a multiselector
getter/setter pair
- isVideo → bool
-
no setter
-
kiloBytes
→ FutureOr<
int> -
no setter
- name → String
-
no setter
- platformFile → PlatformFile?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
no setter
- xFile → XFile?
-
final
Methods
-
getMimeType(
[Uint8List? bytes]) → FutureOr< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Future< Map> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant LiteFile other) → bool -
The equality operator.
override