toJson method

Map<String, dynamic> toJson()

Converts the Properties instance to a JSON map.

Returns a JSON map representing the properties.

Implementation

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