isSingularValue property

bool get isSingularValue

Implementation

bool get isSingularValue {
  return type == ComboType.regular || type == ComboType.type;
}