WebhookResponse.fromJson constructor

WebhookResponse.fromJson(
  1. String source
)

response from paymongo webhook API

Implementation

factory WebhookResponse.fromJson(String source) =>
    WebhookResponse.fromMap(json.decode(source));