get method

List<TextEdit> get(
  1. Uri uri
)

Get the text edits for a resource.

@param uri A resource identifier. @returns An array of text edits.

Implementation

_i2.List<_i3.TextEdit> get(_i3.Uri uri) => (_i5.callMethod(
      this,
      'get',
      [uri],
    ) as _i2.List)
        .cast();