originalPreviewImageFileUri property
- @JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
getter/setter pair
File URI of a screen-sized preview of the original image
Implementation
@JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? originalPreviewImageFileUri;