NativeFunctionImpl typedef
NativeFunctionImpl =
Object? Function(InterpreterVisitor visitor, List<Object?> arguments, Map<String, Object?> namedArguments, List<RuntimeType> ? typeArguments)
Implementation
typedef NativeFunctionImpl = Object? Function(
InterpreterVisitor visitor,
List<Object?> arguments,
Map<String, Object?> namedArguments,
List<RuntimeType>? typeArguments);