replacements property

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

Query words that will match the placeholder token.

Implementation

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