ARule<T> typedef

ARule<T> = String? Function(T? value)

Implementation

typedef ARule<T> = String? Function(T? value);