commentById static method

String commentById(
  1. int id
)

Implementation

static String commentById(int id) => '$comments/$id';