InputProcessor<E extends Entity> typedef

InputProcessor<E extends Entity> = E Function(dynamic, E)

Implementation

typedef InputProcessor<E extends Entity> = E Function(dynamic, E);