get method

dynamic get(
  1. String key
)

Retrieve the data of the given key.

Implementation

get(String key) => _dq.isEmpty ? null: space![key];