instanceType property
ShowActionInstanceType
get
instanceType
Implementation
ShowActionInstanceType get instanceType =>
ShowActionInstanceType.fromJS(_wrapped.instanceType);
set
instanceType
(ShowActionInstanceType v)
Implementation
set instanceType(ShowActionInstanceType v) {
_wrapped.instanceType = v.toJS;
}