validate abstract method

bool validate(
  1. T? value
)

Validates value. Returns whether the value is valid.

Implementation

bool validate(T? value);