CedarPattern constructor

const CedarPattern(
  1. List<CedarPatternComponent> comps, {
  2. String? raw,
})

Implementation

const CedarPattern(this.comps, {this.raw});