isOk property

(bool Function(T)?) isOk
final

Use that callback to perform some validation

Implementation

final bool Function(T)? isOk;