V2TimImage
Introduction
Each images with different size, from the image list of image message element.
Parameter introduction
uuid
Parameter type : String
Supported Platform: All
- Parameter description : Can be used as cache key.
type
Parameter type : int
Supported Platform: All
- Parameter description : The size type.
0: Original image.
1: Small image.
2: Big image.
size
Parameter type : int
Supported Platform: All
- Parameter description : The size of this image.
width
Parameter type : int
Supported Platform: All
- Parameter description : The width of this image.
height
Parameter type : int
Supported Platform: All
- Parameter description : The height of this image.
url
Parameter type : String
Supported Platform: All
- Parameter description : The URL of this image.
localUrl
Parameter type : String
Supported Platform: All
- Parameter description : The local path of the image. Recommend to use this as priority, if exists.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.