GenericLoxCallable constructor

GenericLoxCallable(
  1. int _arity(),
  2. Object? _call(
    1. Interpreter,
    2. List<Object?>,
    3. Map<Symbol, Object?> namedArguments
    )
)

Implementation

GenericLoxCallable(this._arity, this._call);