VariantOption constructor

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

Implementation

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