label static method

String label(
  1. String name
)

Grants access to a user with the specified label.

Implementation

static String label(String name) {
  return 'label:$name';
}