reportData property
getter/setter pairoverride-getter
The extra data for the reported result.
The values in reportData
must be json-serializable objects or null
.
If it's null
, no extra data is attached to the result.
The default value is null
.
Implementation
@override
Map<String, dynamic>? reportData;