details property

String? details
final

A developer-friendly error message of a single error. This can also be used as an error message to inform your end users of the issue that they encountered. However, if you feel that the detail does not match your needs, you can utilize the code attribute to provide a more suitable, custom error message.

Implementation

final String? details;