FakeUser constructor
const
FakeUser({})
Any of the given parameters can be null.
Implementation
const FakeUser({
this.id,
this.email,
this.displayName,
this.photoUrl,
this.serverAuthCode,
this.idToken,
this.accessToken,
});