UnitKeySet constructor

UnitKeySet({
  1. required String one,
  2. required String other,
  3. String? zero,
})

Implementation

UnitKeySet({
  required this.one,
  required this.other,
  this.zero,
});