InstanceReference constructor

InstanceReference({
  1. String? instance,
})

Implementation

InstanceReference({
  this.instance,
});