reportData property Null safety

Map<String, dynamic>? reportData
read / writeoverride-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;