NotebookEditOutput constructor

const NotebookEditOutput({
  1. required bool success,
  2. required String message,
  3. required int cellCount,
})

Implementation

const NotebookEditOutput({
  required this.success,
  required this.message,
  required this.cellCount,
});