getAccount method

Account? getAccount(
  1. String? addr
)

Implementation

Account? getAccount(String? addr) {
  return this.toMap[addr!];
}