NsgDurationCounter class

Constructors

NsgDurationCounter.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
prevTime DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
getter/setter pair

Methods

difPrev({String paramName = ''}) → void
difStart({String paramName = '', int criticalDuration = 0}) → void
Вывести разницу во времени от момента старта счетчика paramName - выводмое сообщение criticalDuration - если задано и время прошло больше этого значения, текст будет выведен желтым
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