accounts property

List<DynamicMap> accounts

A list of currently registered accounts.

現在登録されているアカウントのリスト。

Implementation

List<DynamicMap> get accounts {
  return _data._getAccounts();
}