exists property
bool
get
exists
Returns status of state file i.e. exists or not
Implementation
bool get exists => stateFile.existsSync();
Returns status of state file i.e. exists or not
bool get exists => stateFile.existsSync();