RumLongTaskEvent class

Annotations
  • @commonJsonOptions

Constructors

RumLongTaskEvent({RumActionId? action, required RumApplication application, RumConnectivity? connectivity, required int date, RumDevice? device, required RumLongTask longTask, RumOperatingSystem? os, String? service, required RumSession session, RumUser? usr, String? version, required RumViewSummary view, required Map<String, Object?> context})
RumLongTaskEvent.fromJson(Map json)
factory

Properties

action RumActionId?
final
application RumApplication
final
connectivity RumConnectivity?
final
context Map<String, Object?>
final
date int
final
device RumDevice?
final
hashCode int
The hash code for this object.
no setterinherited
longTask RumLongTask
final
os RumOperatingSystem?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
final
session RumSession
final
usr RumUser?
final
version String?
final
view RumViewSummary
final

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