webAddress property

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

The URL of the contact's website.

Implementation

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