CedarPattern class final
Constructors
- 
          CedarPattern(List<CedarPatternComponent> comps, {String? raw})
- 
          
            const
- 
          CedarPattern.from(List<Object?> components, {String? raw})
- 
          
            factory
- CedarPattern.parse(String pattern)
- 
          
            factory
Properties
- 
  comps
  → List<CedarPatternComponent> 
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- raw → String?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  match(String arg) → bool 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toCedar() → String 
- 
  toString({bool returnRaw = true}) → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override