TUpdateWebhookEndpointInput.fromJson constructor
Implementation
factory TUpdateWebhookEndpointInput.fromJson(Map<String, dynamic> json) =>
TUpdateWebhookEndpointInput(
body: TUpdateWebhookEndpointBody.fromJson(
json['body'] as Map<String, dynamic>));