Metadata constructor

Metadata({
  1. List<MetadataItems>? items,
  2. String? kind,
})

Implementation

Metadata({
  this.items,
  this.kind,
});