AuthMethod constructor

const AuthMethod({
  1. required String id,
  2. required bool selected,
  3. GoogleClientId? googleClientId,
  4. AppleWebOptions? appleWebOptions,
})

Implementation

const factory AuthMethod({
  required String id,
  required bool selected,
  GoogleClientId? googleClientId,
  AppleWebOptions? appleWebOptions,
}) = _AuthMethod;