operator [] method

InlineStyleType? operator [](
  1. String key
)

Implementation

InlineStyleType? operator [](String key) => attrs[key];