LabelCondition constructor

LabelCondition({
  1. required String condition,
  2. required String value,
})

Implementation

LabelCondition({
  required super.condition,
  required this.value,
});