mobileCountryCode property

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

The cell tower's Mobile Country Code (MCC).

Implementation

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