accounts property

  1. @BuiltValueField.new(wireName: r'accounts')
BuiltList<VerifiedAccount> get accounts

A list of bank accounts with their respective information.

Implementation

@BuiltValueField(wireName: r'accounts')
BuiltList<VerifiedAccount> get accounts;