WebhookResponseAttribute.fromJson constructor

WebhookResponseAttribute.fromJson(
  1. String source
)

response attribute from the receiving API

Implementation

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