LoginTO constructor
LoginTO({})
Implementation
LoginTO(
{this.idLogin,
this.userId,
this.loginDate,
this.logoutDate,
this.loginIP,
this.latitude,
this.longitude,
this.browserName,
this.platformDetails});