TabInputNotebook constructor

TabInputNotebook(
  1. Uri uri,
  2. String notebookType
)

Implementation

factory TabInputNotebook(
  _i3.Uri uri,
  _i2.String notebookType,
) =>
    _i5.callConstructor(
      _declaredTabInputNotebook,
      [
        uri,
        notebookType,
      ],
    );