word property

  1. @JsonKey(name: r'word')
String? word
final

Word or phrase to appear in query strings (for altcorrection1 and altcorrection2).

Implementation

@JsonKey(name: r'word')
final String? word;