SessionActivityResponse constructor
SessionActivityResponse({})
Returns a new SessionActivityResponse instance.
Implementation
SessionActivityResponse({
required this.object,
required this.id,
this.deviceType,
required this.isMobile,
this.browserName,
this.browserVersion,
this.ipAddress,
this.city,
this.country,
});