recordingItems property Null safety
- @JsonKey(name: 'RecordingItem', fromJson: _unboundRecordingItem)
final
List of recording items.
Implementation
@JsonKey(name: 'RecordingItem', fromJson: _unboundRecordingItem)
final List<GetRecordingsResponseItem> recordingItems;