menu
eyflutter_rich_text package
documentation
editor/models/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() => List.from(_operations);
eyflutter_rich_text package
documentation
editor/models/quill_delta
Delta
toList method
Delta class