Timer class abstract interface

Timer is used to measure time between Interface.startTimer and Timer.stop calls.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop(String message, {Level? level, Iterable<Field>? fields}) → void
Stops timer and outputs a log record containing a message and the measured time between the Interface.startTimer call and this stop call.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited