Function_ constructor

Function_(
  1. String name, {
  2. Expr? database,
})

Implementation

Function_(this.name, {this.database}) : super.empty();