postPath static method

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

Implementation

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