ValidateCallback typedef

ValidateCallback = ValidateResult Function(dynamic value, VerifyType type)

validate function

Implementation

typedef ValidateCallback = ValidateResult Function(
    dynamic value, VerifyType type);