EditorInsertImageLink constructor

const EditorInsertImageLink({
  1. required String filename,
  2. required String url,
})

Implementation

const EditorInsertImageLink({
  required this.filename,
  required this.url,
}) : super("insertImage");