ConnectionStateChange constructor

ConnectionStateChange({
  1. String? currentState,
  2. String? previousState,
})

Implementation

ConnectionStateChange({this.currentState, this.previousState});