InternetConnectionEvent.changed constructor

const InternetConnectionEvent.changed({
  1. required List<ConnectivityResult> connectivityResult,
})

Implementation

const factory InternetConnectionEvent.changed({
  required List<ConnectivityResult> connectivityResult,
}) = _ConnectionChanged;