Children constructor

Children({
  1. Attr? attr,
  2. List<Children>? children,
  3. String? type,
  4. String? svix,
  5. String? eid,
})

Implementation

Children({this.attr, this.children, this.type, this.svix, this.eid});