StateChange constructor
const
StateChange({})
Creates a new state change record.
Implementation
const StateChange({
required this.id,
required this.providerName,
required this.newValue,
required this.timestamp,
required this.stateType,
this.previousValue,
this.description,
});