read static method

String read(
  1. String role
)

Read permission for provided role

Implementation

static String read(String role) {
  return 'read("$role")';
}