supports method

bool supports(
  1. String property,
  2. String value
)

Implementation

_i2.bool supports(
  _i2.String property,
  _i2.String value,
) =>
    _i4.callMethod(
      this,
      'supports',
      [
        property,
        value,
      ],
    );