NotebookCellData constructor

NotebookCellData(
  1. NotebookCellKind kind,
  2. String value,
  3. String languageId
)

Implementation

factory NotebookCellData(
  _i3.NotebookCellKind kind,
  _i2.String value,
  _i2.String languageId,
) =>
    _i5.callConstructor(
      _declaredNotebookCellData,
      [
        kind.name,
        value,
        languageId,
      ],
    );