UnitVariable constructor

UnitVariable({
  1. String? type,
  2. String? value,
  3. String? variable,
})

Implementation

UnitVariable({this.type, this.value, this.variable});