get method

Object? get(
  1. String key
)

Implementation

Object? get(String key) => getProperty(key.toJS)?.dartify();