Metadata constructor

Metadata({
  1. String? name,
  2. String? value,
})

Implementation

Metadata({this.name, this.value});