Credential constructor

const Credential({
  1. Object? credential,
  2. String? displayName,
  3. String? email,
  4. String? phoneNumber,
  5. String? photoURL,
  6. String? smsCode,
  7. String? uid,
  8. String? verificationId,
})

Implementation

const Credential({
  this.credential,
  this.displayName,
  this.email,
  this.phoneNumber,
  this.photoURL,
  this.smsCode,
  this.uid,
  this.verificationId,
});