read static method

String read(
  1. String role
)

Implementation

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