algorithm property
Implementation
String get title; set title(String value);@JsonKey(unknownEnumValue: ReportSource.messages) ReportSource get source;@JsonKey(unknownEnumValue: ReportSource.messages) set source(ReportSource value);@JsonKey(unknownEnumValue: ReportAlgorithm.auto) ReportAlgorithm get algorithm;
Implementation
String get title; set title(String value);@JsonKey(unknownEnumValue: ReportSource.messages) ReportSource get source;@JsonKey(unknownEnumValue: ReportSource.messages) set source(ReportSource value);@JsonKey(unknownEnumValue: ReportAlgorithm.auto) ReportAlgorithm get algorithm;@JsonKey(unknownEnumValue: ReportAlgorithm.auto) set algorithm(ReportAlgorithm value);