RecordingValue class

The state of a StreamingController.

Constructors

RecordingValue({bool? isInitialized, bool? isPause, bool? isRecording, String? errorDescription, dynamic event})
const
RecordingValue.uninitialized()
const

Properties

errorDescription String?
final
event → dynamic
Raw event info
final
hasError bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool?
True after StreamingController.initialize has completed successfully.
final
isPause bool?
True when pause record
final
isRecording bool?
True when the streaming is true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isInitialized, bool? isRecording, bool? isPause, String? errorDescription, dynamic event}) RecordingValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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