pgcrImage property

  1. @JsonKey(name: 'pgcrImage')
String? pgcrImage
getter/setter pair

If this activity mode has a related PGCR image, this will be the path to said image.

Implementation

@JsonKey(name:'pgcrImage')
String? pgcrImage;