isValid property
bool
get
isValid
Check if project is valid
Implementation
bool get isValid => serverPath != null && configPath != null;
Check if project is valid
bool get isValid => serverPath != null && configPath != null;