webhookPayload property

Map<String, dynamic>? webhookPayload
final

If the query was fulfilled by a webhook call, this field is set to the value of the payload field returned in the webhook response.

Implementation

final Map<String, dynamic>? webhookPayload;