CheckFunc<E> typedef

CheckFunc<E> = void Function(E? x)

Implementation

typedef CheckFunc<E> = void Function(E? x);