Metadata constructor

Metadata({
  1. String? customer,
})

Implementation

Metadata({
  this.customer,
});