FlightFunction constructor

FlightFunction(
  1. Macro macro,
  2. Dictionary closure
)

Implementation

FlightFunction(this.macro, this.closure);