getAny function

Object? getAny(
  1. String key
)

Implementation

Object? getAny(String key) => _instance.get(key);