Validate<T> typedef
Validate<T> =
String? Function(T? data)
@author lzj
@since 2023/4/2 16:13
Implementation
typedef Validate<T> = String? Function(T? data);
@author lzj
@since 2023/4/2 16:13
typedef Validate<T> = String? Function(T? data);