imageCode property

  1. @JsonKey(name: 'image')
String imageCode
final

The image code to transition to.

A URL can be generated with buildImageUrl.

Implementation

@JsonKey(name: 'image')
final String imageCode;