$CustomLabel constructor

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

Implementation

$CustomLabel({this.key, this.value});