isValid abstract method

bool isValid(
  1. I? value
)

Validation function

Implementation

bool isValid(I? value);