photo property

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

Optional. Available sizes of the corresponding static photo

Implementation

@JsonKey(name: 'photo')
List<PhotoSize>? get photo;