namespace property

  1. @TagNumber.new(1)
String get namespace

Namespace to avoid predicate collisions (e.g. "celest.auth").

Implementation

@$pb.TagNumber(1)
$core.String get namespace => $_getSZ(0);
  1. @TagNumber.new(1)
set namespace (String value)

Implementation

@$pb.TagNumber(1)
set namespace($core.String value) => $_setString(0, value);