ImageByID class

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getDataImage(dynamic value, {Map<String, Object?> defaultData = _defaultData}) Map<String, Object?>
value có thể là id ảnh (ID) hoặc tên ảnh (String)
getUrlImage(dynamic value, {String defaultUrl = Common.DEFAULT_IMAGE_URL}) String
value có thể là id ảnh (ID) hoặc tên ảnh (String)
initHinhAnh({List<Map<String, Object?>>? dtImage, bool reload = false}) Future<void>
loadImageFromLocal() → dynamic
saveImageToLocal({required List<Map<String, Object?>> dsImage}) → dynamic

Constants

prefsImage → const String