isSuccess property

bool get isSuccess

true when the user saved the PDF. savedPath is non-null.

Implementation

bool get isSuccess => savedPath != null;