createDefaultAccount property

  1. @BuiltValueField.new(wireName: r'createDefaultAccount')
bool? get createDefaultAccount

If set to true, an account with the default options is automatically created for the account holder. By default, this field is set to true.

Implementation

@BuiltValueField(wireName: r'createDefaultAccount')
bool? get createDefaultAccount;