MetaData constructor

MetaData(
  1. int? id,
  2. String? key,
  3. String value
)

Implementation

MetaData(this.id, this.key, this.value);