LoadShedValue constructor

const LoadShedValue({
  1. required int definitionId,
  2. required LoadShedStatus value,
})

Implementation

const LoadShedValue({
  required this.definitionId,
  required this.value,
});