Instance constructor

Instance({
  1. String? instanceId,
})

Implementation

Instance({
  this.instanceId,
});