context property

String? context
getter/setter pair

The context of the error. The context is a summary of what was occurring in the application at the time of the crash, if available, such as the visible page or screen.

Implementation

String? context;