MetaData constructor

MetaData({
  1. String? key,
  2. List? value,
})

Implementation

MetaData({this.key, this.value});