value property

Object? value
final

The value that caused the exception.

Null means there is no value to display. For example, this is used when the message is sufficient (e.g. an error about an empty string does not need to show the empty string value).

Implementation

final Object? value;