menu
s_packages package
documentation
s_metar/src/reports/reports.dart
ModifierMixin
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
String
toJSON
(
)
inherited
Returns the report data as a string in JSON format.
Implementation
String toJSON() { return jsonEncode(asMap()); }
s_packages package
documentation
s_metar/src/reports/reports
ModifierMixin
toJSON method
ModifierMixin mixin