Metadata constructor

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

Implementation

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