toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'be1e85ba',
'\$name': 'FragmentGetCollectibleInfo',
'collectible': collectible,
};
// Finished toJson.
return returnValue;
}