IsValueValid<T> typedef

IsValueValid<T> = Future<bool> Function(T?)

Implementation

typedef IsValueValid<T> = Future<bool> Function(T?);