RecordingJobStateInformation class

The current state of the recording job.

Annotations
  • @JsonSerializable()

Constructors

RecordingJobStateInformation({required String recordingToken, required String state, required List<RecordingJobStateSource> sources, Tracks? tracks, Map<String, dynamic>? extension})
RecordingJobStateInformation.fromJson(Map<String, dynamic> json)
factory

Properties

extension Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
recordingToken String
Identification of the recording that the recording job records to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<RecordingJobStateSource>
Identifies the data source of the recording job.
final
state String
Holds the aggregated state over the whole RecordingJobInformation structure.
final
tracks Tracks?
List of track items.
final

Methods

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

Operators

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