CustomPivot constructor

CustomPivot(
  1. IValidator transformer(
    1. IValidator child
    ), {
  2. bool dropPre = true,
  3. String? kind,
})

Implementation

CustomPivot(this.transformer, {this.dropPre = true, this.kind});