Converts the ChatBoostSourceGiftCode object to a JSON object.
ChatBoostSourceGiftCode
@override Map<String, dynamic> toJson() { return { 'type': type.value, 'user': user.toJson(), }; }