properties property

Map<String, dynamic> properties

All properties attached to this context, including those encapsulated by convenience Dart properties such as device and user.

Implementation

Map<String, dynamic> get properties => _contextMap;