InstanceTypeItem constructor

InstanceTypeItem({
  1. String? instanceType,
})

Implementation

InstanceTypeItem({
  this.instanceType,
});