imageUrl property

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

The image URL. Supported formats of images include JPEG, JPG, PNG and GIF. This method supports adding an image from the local absolute or relative file path. On the Android platform, adding images from /assets/ is not supported.

Implementation

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