UserContext constructor
UserContext({
- GeoLocation? lastKnownLocation,
- Venue? home,
- Venue? work,
- SemanticTime? semanticTime,
- required List<
Segment?> activeSegments,
Implementation
UserContext({
this.lastKnownLocation,
this.home,
this.work,
this.semanticTime,
required this.activeSegments,
});