GetInstanceResult constructor

GetInstanceResult({
  1. Instance? instance,
})

Implementation

GetInstanceResult({
  this.instance,
});