SchemaGroup constructor

SchemaGroup({
  1. bool? choice,
  2. int? maxOccurs,
  3. List<GroupOrSegment>? members,
  4. int? minOccurs,
  5. String? name,
})

Implementation

SchemaGroup({
  this.choice,
  this.maxOccurs,
  this.members,
  this.minOccurs,
  this.name,
});