CedarPattern constructor
const
CedarPattern(
- List<
CedarPatternComponent> comps, { - String? raw,
- List<
Object?> ? jsonForm,
Implementation
const CedarPattern(this.comps, {this.raw, this.jsonForm});