operator [] method

EasyAttribute<Object?>? operator [](
  1. String key
)

Implementation

EasyAttribute? operator [](String key) {
  return attributes[key];
}