isFinished property

bool isFinished

Implementation

bool get isFinished {
  return state.isFinished;
}