getDefault static method

CodegenResponse getDefault()

Implementation

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