toJson method
Converts the GlobalConfig to a JSON map.
Implementation
Map<String, dynamic> toJson() => {'imports': imports, 'config': config};
Converts the GlobalConfig to a JSON map.
Map<String, dynamic> toJson() => {'imports': imports, 'config': config};