TimeLapse class
Constructors
- TimeLapse([String? label])
- TimeLapse.start([String? label])
-
생성과 동시에 시작한다.
factory
Properties
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