LicenseMetric constructor

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

Implementation

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