RumAction class

Annotations
  • @commonJsonOptions

Constructors

RumAction({RumCount? crash, RumCount? error, RumActionFrustration? frustration, String? id, int? loadingTime, RumCount? longTask, RumCount? resource, RumActionTarget? target, required RumActionTypeInternal type})
RumAction.fromJson(Map<String, dynamic> json)
factory

Properties

crash RumCount?
final
error RumCount?
final
frustration RumActionFrustration?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
loadingTime int?
final
longTask RumCount?
final
resource RumCount?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target RumActionTarget?
final
type RumActionTypeInternal
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