toMap method

Map<String, dynamic> toMap()

Returns this result as a Map.

Implementation

Map<String, dynamic> toMap() => {
  "cellularInterfaceAvailable": cellularInterfaceAvailable,
  "cellularDataReachable": cellularDataReachable,
};