get<I> method

I get<I>(
  1. String key
)

Implementation

I get<I>(String key) {
  return style.get(key);
}