XModelTrigger<T> typedef

XModelTrigger<T> = dynamic Function(List<T?> list)

Implementation

typedef XModelTrigger<T> = Function(List<T?> list);