DomainInputProcessor<E extends Entity> typedef

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

Implementation

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