nbCustomEntries property

  1. @JsonKey(name: r'nbCustomEntries')
int? nbCustomEntries
final

If 0, the dictionary hasn't been customized and only contains standard entries provided by Algolia. If null, that feature isn't available or isn't supported for that language.

Implementation

@JsonKey(name: r'nbCustomEntries')
final int? nbCustomEntries;