| CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-type: text/html; charset=utf-8
etag: "059945f624d8bf7d8b1bffec9a22aeeb3c3578b9bf9bbaf511a4b8bffa3b3107"
last-modified: Fri, 12 Dec 2025 16:12:55 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Sun, 28 Dec 2025 21:45:25 GMT
x-served-by: cache-bom-vanm7210076-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1766958325.157624,VS0,VE147
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 3314
UserTag class - dart:developer library - Dart API
menu
- Flutter
- dart:developer
- UserTag class
UserTag
A UserTag can be used to group samples in the DevTools CPU profiler.
Constructors
Properties
Methods
-
makeCurrent(
) → UserTag - Make this UserTag the current tag for the isolate. Returns the current tag before setting.
-
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
Static Properties
- defaultTag → UserTag
-
The default UserTag with label 'Default'.
no setter
Constants
- maxUserTags → const int
- The maximum number of UserTag instances that can be created by a program.