CellularCheckResult constructor
CellularCheckResult({})
Creates a CellularCheckResult from the passive and active check flags.
Implementation
CellularCheckResult({
required this.cellularInterfaceAvailable,
required this.cellularDataReachable,
});