millis method

  1. @override
int millis()
override

Implementation

@override
int millis() {
  return mills;
}