getDefault static method

TestMapLite getDefault()

Implementation

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