V2TimImage class Models

V2TimImage

Constructors

V2TimImage({String? uuid, required int? type, int? size, int? width, int? height, String? url, String? localUrl})
V2TimImage.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
图片高度
getter/setter pair
localUrl String?
图片本地url,通过downloadMessage下载消息后此字段有值
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
图片大小
getter/setter pair
type int?
图片类型 大图 缩略图 原图
getter/setter pair
url String?
图片url
getter/setter pair
uuid String?
getter/setter pair
width int?
图片宽度
getter/setter pair

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