D2Function constructor

D2Function(
  1. String name, {
  2. int? parameters,
})

Implementation

D2Function(this.name, {this.parameters});