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