details property

dynamic details
final

Error details, possibly null.

This property is dynamic, which means type-checking is skipped when accessing this property. To minimize the risk of type errors at runtime, the value should be cast to Object? when accessed.

Implementation

final dynamic details;