setTrue method

void setTrue()

Sets value to 'true'. Listeners are notified if value is changed.

Implementation

void setTrue() => setValue(true);