ChildProperty constructor
ChildProperty({})
Implementation
ChildProperty({required super.name, super.description, required List<String> childTagNames, this.ordered = false})
: _childTagNames = childTagNames;
ChildProperty({required super.name, super.description, required List<String> childTagNames, this.ordered = false})
: _childTagNames = childTagNames;