mobile property

  1. @BuiltValueField.new(wireName: r'mobile')
String? get mobile

The full telephone number.

Implementation

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