getDefault static method

WebhookResponse getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static WebhookResponse getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<WebhookResponse>(create);