Grouped Accounts Item
data class GroupedAccountsItem(val accountGroup: AccountGroup, val accounts: List<AccountWithImage>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun GroupedAccountsItem(accountGroup: AccountGroup, accounts: List<AccountWithImage>)
Content copied to clipboard