ImageData class

Constructors

ImageData({String? path, String? url, String? thumbnailUrl, String? thumbnailPath, Uint8List? thumbnailData})
const
ImageData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String?
图片文件的缓存路径
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailData Uint8List?
缩略图数据
final
thumbnailPath String?
缩略图的本地路径
final
thumbnailUrl String?
缩略图地址
final
url String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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