ShowAction constructor

ShowAction({
  1. required ShowActionInstanceType instanceType,
})

Implementation

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