PerformanceMarkOptions class
Options which are used in conjunction with performance.mark
. Check out the
MDN
performance.mark()
documentation for more details.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- PerformanceMarkOptions({dynamic detail, num? startTime})
-
factory
Properties
- detail ↔ dynamic
-
Available on PerformanceMarkOptions, provided by the PerformanceMarkOptions$Typings extension
Metadata to be included in the mark.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ num?
-
Available on PerformanceMarkOptions, provided by the PerformanceMarkOptions$Typings extension
Timestamp to be used as the mark time.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited