isTrue method

bool isTrue()

Returns whether this value is true.

Example: dart true.isTrue(); // true

Implementation

bool isTrue() => this;