RecordResumeTimerParameters class abstract

Parameters for resuming the recording timer.

Implementers

Constructors

RecordResumeTimerParameters()

Properties

canPauseResume bool
no setter
getUpdatedAllParams RecordResumeTimerParameters Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
isTimerRunning bool
no setter
recordElapsedTime int
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
showAlert ShowAlert?
no setter
updateCanPauseResume → void Function(bool)
no setter
updateIsTimerRunning → void Function(bool)
no setter
updateRecordElapsedTime → void Function(int)
no setter
updateRecordingProgressTime → void Function(String)
no setter
updateRecordStartTime → void Function(int)
no setter
updateRecordTimerInterval → void 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