abort method

void abort()

Marks the transition as aborted.

Implementation

void abort() => _aborted = true;