isValid property

bool get isValid

Check if project is valid

Implementation

bool get isValid => serverPath != null && configPath != null;