EmpireStateChanged<T> constructor Null safety

EmpireStateChanged<T>(
  1. T? nextValue,
  2. T? previousValue,
  3. {String? propertyName,
  4. String? description}
)

Implementation

EmpireStateChanged(this.nextValue, this.previousValue,
    {this.propertyName, this.description});