GamifiedUser constructor

GamifiedUser(
  1. String? userId,
  2. String? userName,
  3. String? phoneNumber,
  4. List<String>? application,
  5. String? email,
  6. String? profileImageUrl,
  7. Map<String, String>? customAttributes,
  8. String? client,
)

Implementation

GamifiedUser(this.userId, this.userName, this.phoneNumber, this.application,
    this.email, this.profileImageUrl, this.customAttributes, this.client);