getRole static method

String getRole(
  1. String roleId
)

Returns the path to get a specific role Example: /role/roleId

Implementation

static String getRole(String roleId) => '/role/$roleId';