postById static method

String postById(
  1. int id
)

Implementation

static String postById(int id) => '$posts/$id';