RumViewDetails class

Annotations
  • @commonJsonOptions

Constructors

RumViewDetails({required RumCount action, double? cpuTicksCount, double? cpuTicksPerSecond, required RumCount crash, Map<String, int>? customTimings, required RumCount error, RumPerformanceMetric? flutterBuildTime, RumPerformanceMetric? flutterRasterTime, RumCount? frozenFrame, RumCount? frustration, required String id, bool? isActive, bool? isSlowRendered, RumCount? longTask, double? memoryAverage, double? memoryMax, String? name, String? referrer, double? refreshRateAverage, double? refreshRateMin, required RumCount resource, required int timeSpent, required String url})
RumViewDetails.fromJson(Map<String, dynamic> json)
factory

Properties

action RumCount
final
cpuTicksCount double?
final
cpuTicksPerSecond double?
final
crash RumCount
final
customTimings Map<String, int>?
final
error RumCount
final
flutterBuildTime RumPerformanceMetric?
final
flutterRasterTime RumPerformanceMetric?
final
frozenFrame RumCount?
final
frustration RumCount?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isActive bool?
final
isSlowRendered bool?
final
longTask RumCount?
final
memoryAverage double?
final
memoryMax double?
final
name String?
final
referrer String?
getter/setter pair
refreshRateAverage double?
final
refreshRateMin double?
final
resource RumCount
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSpent int
final
url String
getter/setter pair

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