ImageEntity class

图片实体

Constructors

ImageEntity({int? size, int? width, ImageTypeEnum? type, String? uuid, String? url, int? height})
ImageEntity.fromJson(dynamic data)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
高度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
大小
getter/setter pair
type ImageTypeEnum?
类型
getter/setter pair
url String?
url
getter/setter pair
uuid String?
uuid
getter/setter pair
width int?
宽度
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 ==(Object other) bool
The equality operator.
inherited