toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (alwaysOnSetting != null) 'alwaysOnSetting': alwaysOnSetting!,
  if (apn != null) 'apn': apn!,
  if (apnTypes != null) 'apnTypes': apnTypes!,
  if (authType != null) 'authType': authType!,
  if (carrierId != null) 'carrierId': carrierId!,
  if (displayName != null) 'displayName': displayName!,
  if (mmsProxyAddress != null) 'mmsProxyAddress': mmsProxyAddress!,
  if (mmsProxyPort != null) 'mmsProxyPort': mmsProxyPort!,
  if (mmsc != null) 'mmsc': mmsc!,
  if (mtuV4 != null) 'mtuV4': mtuV4!,
  if (mtuV6 != null) 'mtuV6': mtuV6!,
  if (mvnoType != null) 'mvnoType': mvnoType!,
  if (networkTypes != null) 'networkTypes': networkTypes!,
  if (numericOperatorId != null) 'numericOperatorId': numericOperatorId!,
  if (password != null) 'password': password!,
  if (protocol != null) 'protocol': protocol!,
  if (proxyAddress != null) 'proxyAddress': proxyAddress!,
  if (proxyPort != null) 'proxyPort': proxyPort!,
  if (roamingProtocol != null) 'roamingProtocol': roamingProtocol!,
  if (username != null) 'username': username!,
};