Instance constructor

Instance(
  1. {String? id}
)

Implementation

Instance({
  this.id,
});