fast property

bool get fast

Implementation

bool get fast => (_fast == 0) ? false : true;