UnexpectedConnectionState constructor Null safety

UnexpectedConnectionState(
  1. [String msg = 'Unexpected connection state']
)

Implementation

UnexpectedConnectionState([String msg = 'Unexpected connection state']) : super(msg);