Operation typedef

Operation = dynamic Function(List args)

Implementation

typedef Operation = dynamic Function(List<dynamic> args);