VariantInfo constructor

VariantInfo({
  1. String? name,
  2. int? value,
  3. int? weight,
})

Implementation

VariantInfo({this.name, this.value, this.weight});