corrections property

  1. @JsonKey(name: r'corrections')
List<String>? corrections
final

Words to be matched in records.

Implementation

@JsonKey(name: r'corrections')
final List<String>? corrections;