getDefault static method

KeyValueList getDefault()

Implementation

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