write static method

String write(
  1. String role
)

Implementation

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