getDefault static method

ChallengeResonse getDefault()

Implementation

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