history property

  1. @JsonKey.new(name: 'history', defaultValue: <SpeechHistoryItemResponseModel>[])
List<SpeechHistoryItemResponseModel> history
final

Implementation

@JsonKey(name: 'history', defaultValue: <SpeechHistoryItemResponseModel>[])
final List<SpeechHistoryItemResponseModel> history;