NotebookDocument class

Represents a notebook which itself is a sequence of {@link NotebookCellcode or markup cells}. Notebook documents are created from {@link NotebookDatanotebook data}.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

NotebookDocument({Uri? uri, String? notebookType, num? version, bool? isDirty, bool? isUntitled, bool? isClosed, Object? metadata, num? cellCount, NotebookCell cellAt(num)?, List<NotebookCell> getCells([NotebookRange?])?, Future save()?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited