getDefault static method

TestEntryState getDefault()

Implementation

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