toJson method

Map<String, dynamic> toJson()

Convert Configuration to a json representation.

Implementation

Map<String, dynamic> toJson() {
  return _$ConfigurationToJson(this);
}