toJson method

Map<String, dynamic> toJson()

Converts this Hashes instance to JSON data.

Implementation

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