ImagePickerData class

Constructors

ImagePickerData({required int id, required String path, String? url, required String name, ThembNileConfiguration thembNileConfiguration = const ThembNileConfiguration()})
ImagePickerData.frmMap(Map<String, dynamic> map, {ThembNileConfiguration thembNileConfiguration = const ThembNileConfiguration()})

Properties

file File
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icCropped bool
no setter
id int
finalinherited
isUrlCropped bool
no setter
map Map<String, dynamic>
no setterinherited
name String
finalinherited
orginal → _ImagePickerData
no setter
path String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thembNileConfiguration ThembNileConfiguration
final
thubmbnile Future<File>
no setter
url String?
getter/setter pair

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 ==(dynamic other) bool
The equality operator.
inherited

Static Methods

fromURL(String url) Future<ImagePickerData>