verifyInputItem property

bool Function(ValueItem<T>)? verifyInputItem
final

Function to check if the item added is valid or not.

Implementation

final bool Function(ValueItem<T>)? verifyInputItem;