get abstract method
dynamic
get(
- dynamic key
Retrieves the value stored under the specified key.
key: The key to look up.
Returns the stored value if found, otherwise null.
Implementation
dynamic get(dynamic key);