GroupBuilder constructor

GroupBuilder(
  1. Muxable parent,
  2. {String path = ''}
)

Implementation

GroupBuilder(this.parent, {this.path = ''});