toJson method

Map<String, dynamic> toJson()

Converts this Stats to JSON

Implementation

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