mobileCountryCode property

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

Identifies the country of a mobile phone operator. If data available.

Implementation

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