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