validate method

bool validate()

Implementation

bool validate() => currentState?.validate() ?? false;