range method

String range(
  1. String start,
  2. String end
)

Implementation

String range(String start, String end) => '$start – $end';