create static method

String create(
  1. String role
)

Implementation

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