isValid property
bool
get
isValid
Returns true if this repo config has valid required fields.
Implementation
bool get isValid => name.isNotEmpty && githubUrl.isNotEmpty;
Returns true if this repo config has valid required fields.
bool get isValid => name.isNotEmpty && githubUrl.isNotEmpty;