IvivaUser constructor

IvivaUser(
  1. String key,
  2. String name,
  3. String profileImagePath,
  4. String type,
  5. String? email,
)

Implementation

IvivaUser(this.key, this.name, this.profileImagePath, this.type, this.email);