getDefault static method

Webhook getDefault()

Implementation

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