sizeField property

  1. @JsonKey(name: "size")
int? get sizeField
inherited

Number of query suggestions. Must be greater than or equal to 1 and less than or equal to 1000. Defaults to 10.

Implementation

@JsonKey(name: "size")
int? get sizeField => throw _privateConstructorUsedError;