active property
Only return products that are active or inactive (e.g., pass false to list all inactive products).
Implementation
final bool? active;
Only return products that are active or inactive (e.g., pass false to list all inactive products).
final bool? active;