ArrayTag constructor

ArrayTag({
  1. List<Tag>? children,
})

Implementation

ArrayTag({super.children});