overlayScreenName property
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;