userAccounts property

Map<String, UserAccount>? userAccounts
getter/setter pair

Map of username to the user account info.

Implementation

core.Map<core.String, UserAccount>? userAccounts;