account property

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

The account name.

Implementation

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