EditorCallbacks constructor

const EditorCallbacks({
  1. required String callback,
  2. List<String> args = const [],
  3. String? payload,
})

Implementation

const EditorCallbacks({required this.callback, this.args = const [], this.payload});