data property

Map<String, dynamic> data

Arbitrary extra data that might help the user understand the error thrown by this mechanism

Implementation

Map<String, dynamic> get data => Map.unmodifiable(_data ?? const {});