toMap method
toMap returns the map of telephony.
Implementation
Map<String, dynamic> toMap() {
return {
'phoneType': phoneType,
'networkOperatorName': networkOperatorName,
'networkOperatorCode': networkOperatorCode,
'networkOperatorCountry': networkOperatorCountry,
'simProviderName': simProviderName,
'simProviderCountry': simProviderCountry,
'simState': simState,
'networkType': networkType,
'isDeviceRoaming': isDeviceRoaming,
};
}