menu
quill_markdown package
documentation
quill_delta/quill_delta.dart
Delta
toList method
toList method
dark_mode
light_mode
toList
method
List
<
Operation
>
toList
(
)
Returns list of operations in this delta.
Implementation
List<Operation> toList() => new List.from(_operations);
quill_markdown package
documentation
quill_delta/quill_delta
Delta
toList method
Delta class