Label constructor

Label({
  1. String? name,
  2. String? value,
})

Implementation

Label({this.name, this.value});