has method

bool has(
  1. String property
)

The has() method of the StylePropertyMapReadOnly interface indicates whether the specified property is in the StylePropertyMapReadOnly object.

Implementation

external bool has(String property);