insights property
- @JsonKey(name: 'insights', includeIfNull: false, fromJson: Insight.fromJson, toJson: Insight.toJson)
final
Implementation
@JsonKey(
name: 'insights',
includeIfNull: false,
fromJson: Insight.fromJson,
toJson: Insight.toJson)
final List<Insight>? insights;