InstanceIdDetail constructor

InstanceIdDetail({
  1. String? id,
})

Implementation

InstanceIdDetail({
  this.id,
});