1. @DomName('StylePropertyMap.has')
  2. @DocsEditable()
  3. @Experimental()
bool has(String property)

Source

@DomName('StylePropertyMap.has')
@DocsEditable()
@Experimental() // untriaged
bool has(String property) =>
    _blink.BlinkStylePropertyMap.instance.has_Callback_1_(this, property);