overlayScreenName property

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

If the action has an overlay screen associated with it, this is the name of that screen. Unfortunately, we cannot return the screen's data itself.

Implementation

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