context property

Map<String, dynamic> get context

The context around the exception. Use this for scoped-values and states that may have contributed to the exception and might be useful in reproduction.

Implementation

Map<String, dynamic> get context => <String, dynamic>{};