auth property

  1. @TagNumber(1)
LocationAuth auth

Location's auth after updates.

Implementation

@$pb.TagNumber(1)
LocationAuth get auth => $_getN(0);
  1. @TagNumber(1)
void auth=(LocationAuth v)

Implementation

@$pb.TagNumber(1)
set auth(LocationAuth v) { setField(1, v); }