description property

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

A description of the account, maximum 256 characters. You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores _.

Implementation

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