context property

  1. @override
Map<String, dynamic> context
override

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

@override
get context => <String, dynamic>{'key': key};