structuralHashCode property

int get structuralHashCode

Implementation

int get structuralHashCode => Object.hash(
      type,
      disabled,
      href,
      cssRuleListStructuralHash(cssRules),
    );