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