history property
- @JsonKey.new(name: 'history', defaultValue: <SpeechHistoryItemResponseModel>[])
final
Implementation
@JsonKey(name: 'history', defaultValue: <SpeechHistoryItemResponseModel>[])
final List<SpeechHistoryItemResponseModel> history;