isValid property
bool
get
isValid
Validates that the configuration is complete for syncing.
Implementation
bool get isValid => enabled && endpoint != null && endpoint!.isNotEmpty && apiKey != null && apiKey!.isNotEmpty;