NotebookRange constructor

NotebookRange(
  1. num start,
  2. num end
)

Implementation

factory NotebookRange(
  _i2.num start,
  _i2.num end,
) =>
    _i5.callConstructor(
      _declaredNotebookRange,
      [
        start,
        end,
      ],
    );