get static method

AntiBouncer get(
  1. String key
)

Implementation

static AntiBouncer get(String key) {
  maps ??= {};
  return (maps![key] ??= AntiBouncer());
}