toJson method

Map<String, dynamic> toJson()

Converts the configuration to JSON (backward compatibility)

Implementation

Map<String, dynamic> toJson() => toMap();