details property
Map
get
details
Additional details related to the error, when available.
Implementation
Map get details => _wrapped.details.toDartMap();
set
details
(Map v)
Implementation
set details(Map v) {
_wrapped.details = v.jsify()!;
}