AuthUser.forProfile constructor

AuthUser.forProfile(
  1. String? id,
  2. String? email,
  3. String? role,
  4. String? first_logged,
  5. String? postalCode,
)

Implementation

AuthUser.forProfile(
    this.id, this.email, this.role, this.first_logged, this.postalCode);