documentPreviewImageFileUri property
- @JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
read / write
File URI of a screen-sized preview of the document image
Implementation
@JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? documentPreviewImageFileUri;