menu
permit package
documentation
editor/pubspec_editor.dart
PubspecEditor
toYamlString method
toYamlString method
dark_mode
light_mode
toYamlString
method
String
toYamlString
(
)
Returns the current YAML content as a string.
Implementation
String toYamlString() => _editor.toString();
permit package
documentation
editor/pubspec_editor
PubspecEditor
toYamlString method
PubspecEditor class