searchconjunctions property

  1. @JsonKey.new(name: 'searchconjunctions', includeIfNull: false, defaultValue: <String>[])
List<String>? searchconjunctions
final

Implementation

@JsonKey(
  name: 'searchconjunctions',
  includeIfNull: false,
  defaultValue: <String>[],
)
final List<String>? searchconjunctions;