hasVariations method

bool hasVariations()

Implementation

bool hasVariations() {
  return (variants?.length ?? 0) > 1;
}