RecordStartTimerParameters class abstract

Parameters required for the recording timer.

Implementers

Constructors

RecordStartTimerParameters()

Properties

canPauseResume bool
no setter
getUpdatedAllParams RecordStartTimerParameters Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
isTimerRunning bool
no setter
recordChangeSeconds int
no setter
recordElapsedTime int
no setter
recordingProgressTime String
no setter
recordPaused bool
no setter
recordStartTime int?
no setter
recordStopped bool
no setter
recordTimerInterval Timer?
no setter
roomName String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateCanPauseResume → dynamic Function(bool)
no setter
updateIsTimerRunning → dynamic Function(bool)
no setter
updateRecordElapsedTime → dynamic Function(int)
no setter
updateRecordingProgressTime → dynamic Function(String)
no setter
updateRecordStartTime → dynamic Function(int?)
no setter
updateRecordTimerInterval → dynamic Function(Timer?)
no setter

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