notes property

Map<String, Object?> notes
final

Anything the recorder was told to carry along: a build number, a user's bug report id, the model that answered.

Implementation

final Map<String, Object?> notes;