fixed static method

Clock fixed(
  1. int millis
)

Implementation

static Clock fixed(int millis) {
  return FixedClock(millis);
}