originalPreviewImageFileUri property

  1. @JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? originalPreviewImageFileUri
getter/setter pair

File URI of a screen-sized preview of the original image

Implementation

@JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? originalPreviewImageFileUri;