getDefault static method

TestAllTypesLite getDefault()

Implementation

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