PlatformUserDetail constructor

PlatformUserDetail({
  1. int? id,
  2. String? uuid,
  3. String? uniqueId,
  4. int? platformId,
  5. int? isPro,
  6. int? usernameId,
  7. int? userId,
  8. int? proId,
  9. int? roleId,
  10. int? banAt,
  11. dynamic thumbnail,
  12. dynamic username,
  13. dynamic displayName,
  14. dynamic firebaseId,
  15. int? createdAt,
})

Implementation

PlatformUserDetail({
  this.id,
  this.uuid,
  this.uniqueId,
  this.platformId,
  this.isPro,
  this.usernameId,
  this.userId,
  this.proId,
  this.roleId,
  this.banAt,
  this.thumbnail,
  this.username,
  this.displayName,
  this.firebaseId,
  this.createdAt,
});