SchemaSegment constructor

SchemaSegment({
  1. int? maxOccurs,
  2. int? minOccurs,
  3. String? type,
})

Implementation

SchemaSegment({
  this.maxOccurs,
  this.minOccurs,
  this.type,
});