update static method

String update(
  1. String role
)

Implementation

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