Metadata constructor

Metadata({
  1. AssetMeta? asset,
  2. String? schema,
})

Implementation

Metadata({
  this.asset,
  this.schema,
});