ScalarFunction typedef

ScalarFunction = Object? Function(List<Object?> arguments)

Implementation

typedef ScalarFunction = Object? Function(List<Object?> arguments);