homeMobileNetworkCode property

  1. @BuiltValueField(wireName: r'homeMobileNetworkCode')
int? homeMobileNetworkCode

The cell tower's Mobile Network Code. This is the MNC for GSM and WCDMA; CDMA uses the System ID (SID).

Implementation

@BuiltValueField(wireName: r'homeMobileNetworkCode')
int? get homeMobileNetworkCode;