Context constructor
Context(
- ContextApp app,
- ContextDevice device,
- ContextLibrary library,
- String locale,
- ContextNetwork network,
- ContextOS os,
- ContextScreen screen,
- String timezone,
- UserTraits traits, {
- String? instanceId,
- Map<
String, dynamic> ? custom,
Implementation
Context(this.app, this.device, this.library, this.locale, this.network, this.os, this.screen, this.timezone,
this.traits,
{this.instanceId, Map<String, dynamic>? custom})
: super(custom: custom);