NativeContext constructor

NativeContext({
  1. NativeContextApp? app,
  2. NativeContextDevice? device,
  3. NativeContextLibrary? library,
  4. String? locale,
  5. NativeContextNetwork? network,
  6. NativeContextOS? os,
  7. NativeContextScreen? screen,
  8. String? timezone,
  9. String? userAgent,
})

Implementation

NativeContext({
  this.app,
  this.device,
  this.library,
  this.locale,
  this.network,
  this.os,
  this.screen,
  this.timezone,
  this.userAgent,
});