operator [] method

String? operator [](
  1. Object key
)

Implementation

String? operator [](Object key) {
  return getString(key);
}