has method

bool has(
  1. String property
)

Implementation

bool has(String property) {
  return _stylePropertyMapFor(this).containsKey(property);
}