EditorJSData constructor

EditorJSData({
  1. required List<EditorJSBlock> blocks,
})

Implementation

EditorJSData({required this.blocks});