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