PushRule  class 
 
    Properties 
    
        
  actions ↔ List <Object ?  
  
 
  The actions to perform when this rule is matched.
  getter/setter pair 
 
        
  conditions ↔ List <PushCondition  ? 
  
 
  The conditions that must hold true for an event in order for a rule to be
applied to an event. A rule with no conditions always matches. Only
applicable to underride and override rules.
  getter/setter pair 
 
        
  default$ ↔ bool  
  
 
  Whether this is a default rule, or has been set explicitly.
  getter/setter pair 
 
        
  enabled ↔ bool  
  
 
  Whether the push rule is enabled or not.
  getter/setter pair 
 
        
  hashCode → int  
  
 
  The hash code for this object.
  no setter override 
 
        
  pattern ↔ String ? 
  
 
  The glob-style pattern  to match against.
Only applicable to content rules.
  getter/setter pair 
 
        
  ruleId ↔ String  
  
 
  The ID of this rule.
  getter/setter pair 
 
        
  runtimeType → Type  
  
 
  A representation of the runtime type of the object.
  no setter inherited