TimeLapse class

Constructors

TimeLapse([String? label])
TimeLapse.start([String? label])
생성과 동시에 시작한다.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
getter/setter pair

Methods

end([String? label]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start([String? label]) → void
toString() String
A string representation of this object.
inherited

Operators

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