email property

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

The email address of the organization or individual. Maximum length: 254 characters.

Implementation

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