getPropertyPriority method

String getPropertyPriority(
  1. String property
)

Implementation

String getPropertyPriority(String property) =>
    js_util.callMethod(this, 'getPropertyPriority', [property]);