webAddress property

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

The URL of the account holder's website.

Implementation

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