FnParam constructor

FnParam(
  1. String name, [
  2. OutputType? type
])

Implementation

FnParam(this.name, [this.type]);