Metadata constructor

Metadata({
  1. List<Entry>? items,
})

Implementation

Metadata({
  this.items,
});