isTrue method

bool isTrue()

Checks if the boolean value is true.

Implementation

bool isTrue() => validate().isTrue();