getValidMilliseconds method

List<int> getValidMilliseconds(
  1. int second
)

Returns list of possible milliseconds

Implementation

List<int> getValidMilliseconds(int second) => _milliseconds;