previewActionString property

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

If the preview has an associated action (like "Open"), this will be the localized string for that action.

Implementation

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