getDefault static method

NotifyResponse getDefault()

Implementation

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