List<Map<String, dynamic>> getDeltaOps() { final editor = _quill; return editor?.getContentsAsDart() ?? const <Map<String, dynamic>>[]; }