toJson method

Map<String, dynamic> toJson()

Creates a json map from a Info

Implementation

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