operator [] method

CSSValue? operator [](
  1. String key
)

Implementation

CSSValue? operator [](String key) => get(key);