getDefault static method

RecoveryCodeFactor getDefault()

Implementation

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