corrections property

  1. @JsonKey(name: 'term_corrections')
List<Correction>? corrections
getter/setter pair

Implementation

@JsonKey(name: 'term_corrections')
List<Correction>? corrections;