insights property

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

Implementation

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