CustomPivot constructor
CustomPivot(
- IValidator transformer(
- IValidator child
- bool dropPre = true,
- String? kind,
Implementation
CustomPivot(this.transformer, {this.dropPre = true, this.kind});