knownValue property
      
      KnownSafelinkQueryRulesSortDirection?
      get
      knownValue
      
    
    
    
Implementation
KnownSafelinkQueryRulesSortDirection? get knownValue =>
    isKnownValue ? data as KnownSafelinkQueryRulesSortDirection : null;