GetInstanceStateResult constructor

GetInstanceStateResult({
  1. InstanceState? state,
})

Implementation

GetInstanceStateResult({
  this.state,
});