TextEdit constructor

TextEdit(
  1. Range range,
  2. String newText
)

Implementation

factory TextEdit(
  _i3.Range range,
  _i2.String newText,
) =>
    _i5.callConstructor(
      _declaredTextEdit,
      [
        range,
        newText,
      ],
    );