RemoteConfigUser constructor

RemoteConfigUser({
  1. String? email,
  2. String? imageUrl,
  3. String? name,
})

Implementation

RemoteConfigUser({
  this.email,
  this.imageUrl,
  this.name,
});