AuthSessionResponseClientInfo constructor
const
AuthSessionResponseClientInfo({
- String? platform,
- String? os,
- String? browser,
- AuthSessionLocation? location,
Implementation
const AuthSessionResponseClientInfo({
this.platform,
this.os,
this.browser,
this.location,
});