at method Null safety

Context at(
  1. String key
)

Implementation

Context at(String key) {
  return _getByKey(key);
}