get method

Object? get(
  1. String key
)

Implementation

Object? get(String key) {
  return _data[key];
}