sources property Null safety
- @JsonKey(name: 'Sources', fromJson: _unboundSources)
final
Identifies the data source of the recording job.
Implementation
@JsonKey(name: 'Sources', fromJson: _unboundSources)
final List<RecordingJobStateSource> sources;