init method

  1. @override
Cmd? init()
override

Initializes the stopwatch.

Returns null (stopwatch starts stopped).

Implementation

@override
Cmd? init() {
  return null;
}