getPropertyPriority property

String Function(String) getPropertyPriority

Implementation

_i2.String Function(_i2.String) get getPropertyPriority =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getPropertyPriority',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void getPropertyPriority=(String value(String))

Implementation

set getPropertyPriority(_i2.String Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'getPropertyPriority',
    _i4.allowInterop(value),
  );
}