overlayIcon property

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

The icon associated with the overlay screen for the action, if any.

Implementation

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