MetaData constructor

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

Implementation

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