get

fun get(property: String): CSSStyleValue?(source)

The get() method of the StylePropertyMapReadOnly interface returns a CSSStyleValue object for the first value of the specified property.

MDN Reference