ConnectivityChangeEvent constructor

const ConnectivityChangeEvent({
  1. required bool connected,
  2. String? networkType,
})

Implementation

const ConnectivityChangeEvent({
  required this.connected,
  this.networkType,
});