HotKeyInfo class

Information about a hot key.

Constructors

HotKeyInfo({String? hotKeyAge, String? key, bool? keyTruncated})
HotKeyInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hotKeyAge String?
The age of the hot key measured from when it was first detected.
getter/setter pair
key String?
A detected hot key that is causing limited parallelism.
getter/setter pair
keyTruncated bool?
If true, then the above key is truncated and cannot be deserialized.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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