Initializes the stopwatch.
Returns null (stopwatch starts stopped).
@override Cmd? init() { return null; }