menu
lunr package
documentation
pipeline.dart
Pipeline
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
String
>
toJSON
(
)
Implementation
List<String> toJSON() => _stack.map((e) => functionsToName[e]!).toList();
lunr package
documentation
pipeline
Pipeline
toJSON method
Pipeline class