RumViewEvent class

Annotations
  • @commonJsonOptions

Constructors

RumViewEvent({required RumViewEventDd dd, required RumApplication application, RumConnectivity? connectivity, required Map<String, Object?> context, required int date, RumDevice? device, RumOperatingSystem? os, required String service, required RumSession session, RumUser? usr, required String version, required RumViewDetails view})
RumViewEvent.fromJson(Map json)
factory

Properties

application RumApplication
final
connectivity RumConnectivity?
final
context Map<String, Object?>
final
date int
final
dd RumViewEventDd
final
device RumDevice?
final
hashCode int
The hash code for this object.
no setterinherited
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 RumViewDetails
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