OAuth2Google constructor

OAuth2Google({
  1. required String $id,
  2. required bool enabled,
  3. required String clientId,
  4. required String clientSecret,
  5. required List<OAuth2GooglePrompt> prompt,
})

Implementation

OAuth2Google({
  required this.$id,
  required this.enabled,
  required this.clientId,
  required this.clientSecret,
  required this.prompt,
});