toughnessRange

fun toughnessRange(min: Int? = null, max: Int? = null): SearchQueryBuilderJs

Filters by toughness range.

Return

this builder for chaining

Parameters

min

The minimum toughness (inclusive), or null for no minimum

max

The maximum toughness (inclusive), or null for no maximum