images property

  1. @JsonKey.new(name: 'images', includeIfNull: false, defaultValue: <String>[])
List<String>? images
final

Implementation

@JsonKey(name: 'images', includeIfNull: false, defaultValue: <String>[])
final List<String>? images;