Metadata constructor

Metadata(
  1. String? id,
  2. String? value,
  3. String? type,
  4. double? numericValue,
)

Implementation

Metadata(this.id, this.value, this.type, this.numericValue);