TimeOption constructor

TimeOption({
  1. String? label,
  2. int? value,
})

Implementation

TimeOption({
  this.label,
  this.value,
});