ShowPageAction constructor
ShowPageAction({
- required ShowPageActionInstanceType instanceType,
Implementation
ShowPageAction({required ShowPageActionInstanceType instanceType})
: _wrapped = $js.ShowPageAction(instanceType: instanceType.toJS);