GroupOrSegment constructor

GroupOrSegment({
  1. SchemaGroup? group,
  2. SchemaSegment? segment,
})

Implementation

GroupOrSegment({this.group, this.segment});