isGoogleConfigured property
bool
get
isGoogleConfigured
Implementation
bool get isGoogleConfigured =>
googleClientId != null &&
googleClientId!.isNotEmpty &&
googleClientSecret != null &&
googleClientSecret!.isNotEmpty;