toJson method

Map<String, dynamic> toJson()

Converts the ShowProfileRequest object to a JSON map.

This method is typically used internally by the json_serializable package.

Implementation

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