ButtonChange constructor

ButtonChange({
  1. required uint32_t timeBootMs,
  2. required uint32_t lastChangeMs,
  3. required uint8_t state,
})

Implementation

ButtonChange({
  required this.timeBootMs,
  required this.lastChangeMs,
  required this.state,
});