selected method

String selected(
  1. int count
)

Formats a selected item count.

Implementation

String selected(int count) => (_selected ?? _defaultSelected)(count);