InMemoryStoreBackend constructor

InMemoryStoreBackend([
  1. Map<String, String>? initial
])

Creates a backend, optionally pre-seeded with initial.

Implementation

InMemoryStoreBackend([Map<String, String>? initial])
    : _values = {...?initial};