allCaches property

  1. @TagNumber(2)
PermissionsType_All allCaches

Implementation

@$pb.TagNumber(2)
PermissionsType_All get allCaches => $_getN(1);
  1. @TagNumber(2)
void allCaches=(PermissionsType_All v)

Implementation

@$pb.TagNumber(2)
set allCaches(PermissionsType_All v) {
  setField(2, v);
}