radioType property

  1. @BuiltValueField(wireName: r'radioType')
String? radioType

The mobile radio type. Supported values are lte, gsm, cdma, and wcdma. While this field is optional, it should be included if a value is available, for more accurate results.

Implementation

@BuiltValueField(wireName: r'radioType')
String? get radioType;