validate abstract method

Future<bool> validate()

Validate the field. If it contains more fields, it validates all children. Returns true if the field is valid otherwise false

Implementation

Future<bool> validate();