LoginSession constructor

LoginSession({
  1. String? id,
  2. String? ip,
  3. String? app,
  4. String? os,
  5. String? device,
  6. int? loginAttemptAt,
  7. int? loginSuccessAt,
  8. int? allowPrivacyType,
  9. int? platformId,
  10. String? platformLabel,
  11. int? logoutAt,
  12. int? revokedAt,
  13. int? logoUrl,
})

Implementation

LoginSession(
    {this.id,
    this.ip,
    this.app,
    this.os,
    this.device,
    this.loginAttemptAt,
    this.loginSuccessAt,
    this.allowPrivacyType,
    this.platformId,
    this.platformLabel,
    this.logoutAt,
    this.revokedAt,
    this.logoUrl});