collectivePath static method

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

Implementation

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