NativeContext constructor
NativeContext({
- NativeContextApp? app,
- NativeContextDevice? device,
- NativeContextLibrary? library,
- String? locale,
- NativeContextNetwork? network,
- NativeContextOS? os,
- NativeContextScreen? screen,
- String? timezone,
- String? userAgent,
Implementation
NativeContext({
this.app,
this.device,
this.library,
this.locale,
this.network,
this.os,
this.screen,
this.timezone,
this.userAgent,
});