and method
Combines this visibility with other using logical AND.
Implementation
InputFeatureVisibility and(InputFeatureVisibility other) =>
InputFeatureVisibility.and([this, other]);
Combines this visibility with other using logical AND.
InputFeatureVisibility and(InputFeatureVisibility other) =>
InputFeatureVisibility.and([this, other]);