has method

bool has(
  1. Uri uri
)

Check if a text edit for a resource exists.

@param uri A resource identifier. @returns true if the given resource will be touched by this edit.

Implementation

_i2.bool has(_i3.Uri uri) => _i5.callMethod(
      this,
      'has',
      [uri],
    );