images property

  1. @JsonKey.new(name: 'images')
List<ImageInfo>? get images
inherited

Implementation

@JsonKey(name: 'images')
List<ImageInfo>? get images => throw _privateConstructorUsedError;