toJson method

Map<String, dynamic> toJson()

Converts config to Map

Implementation

Map<String, dynamic> toJson() => _$ConfigToJson(this);