Timeline class

Annotations
  • @JS()

Constructors

Timeline(String key, num session, TimelineOptions options)
factory

Properties

events List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String
getter/setter pair
options TimelineOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent num
getter/setter pair
session num
getter/setter pair
uniqueID num
getter/setter pair

Methods

debug(dynamic event) → dynamic
error(dynamic event) → dynamic
generateUniqueID() num
info(dynamic event) → dynamic
isEmpty() → dynamic
log(dynamic level, dynamic event) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(dynamic sendfn, dynamic callback) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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