images property

  1. @JsonKey(name: "image")
List<String>? images
final

image urls of . Maximum of 3.

Implementation

@JsonKey(name: "image")
final List<String>? images;