menu
flutter_agent_harness package
documentation
flutter_agent_harness.dart
repr function
repr function
dark_mode
light_mode
repr
function
String
repr
(
String
text
)
Renders
text
with JSON-style quoting for diagnostics.
Implementation
String repr(String text) => '"$text"';
flutter_agent_harness package
documentation
flutter_agent_harness
repr function
flutter_agent_harness library