accounts property
A list of bank accounts with their respective information.
Implementation
@BuiltValueField(wireName: r'accounts')
BuiltList<VerifiedAccount> get accounts;
A list of bank accounts with their respective information.
@BuiltValueField(wireName: r'accounts')
BuiltList<VerifiedAccount> get accounts;