TabInputNotebookDiff constructor

TabInputNotebookDiff(
  1. Uri original,
  2. Uri modified,
  3. String notebookType
)

Implementation

factory TabInputNotebookDiff(
  _i3.Uri original,
  _i3.Uri modified,
  _i2.String notebookType,
) =>
    _i5.callConstructor(
      _declaredTabInputNotebookDiff,
      [
        original,
        modified,
        notebookType,
      ],
    );