profilePath static method

String profilePath(
  1. String id, {
  2. String slug = '',
})

Implementation

static String profilePath(String id, {String slug = ''}) => '/profile/${_slugOrId(id, slug)}';