ProTimer class

the remote api sends "Clocks" but the Stage Display sends "Timers"

Constructors

ProTimer.fromMap({ProLegacyClient? parent, required Map<String, dynamic> data})

Properties

clock ProClock?
no setter
duration Duration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
parent ProLegacyClient?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
uid String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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