reasons property

  1. @JsonKey(name: 'reasons')
Map<String, DestinyReportReasonDefinition>? reasons
getter/setter pair

The specific reasons for the report under this category.

Implementation

@JsonKey(name:'reasons')
Map<String, DestinyReportReasonDefinition>? reasons;