CedarPattern constructor

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

Implementation

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