imageUrl property

  1. @JsonKey.new(name: 'imageUrl')
String? imageUrl
final

垫片图片的 URL,目前支持 JPEG、JPG、PNG、GIF 格式的图片。支持从本地绝对路径或相对路径添加垫片图片。 在 Android 平台上,不支持从 /assets/ 中添加垫片图片。

Implementation

@JsonKey(name: 'imageUrl')
final String? imageUrl;