ConditionValues constructor

ConditionValues({
  1. String? name,
  2. String? url,
})

Implementation

ConditionValues({this.name, this.url});