GetInstanceResponse constructor

GetInstanceResponse({
  1. Instance? instance,
})

Implementation

GetInstanceResponse({
  this.instance,
});