TimelineEvent class

Annotations

Constructors

TimelineEvent({required int id, required int timestamp, required String type, required String title, required String detail, required String severity, int? durationUs, String? operation, int? writeCount})
const
TimelineEvent.fromJson(Map<String, dynamic> json)
factory

Properties

detail String
final
durationUs int?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
operation String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String
final
timestamp int
final
title String
final
type String
final
writeCount int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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