getDefault static method

TestConfig getDefault()

Implementation

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