insights property

List<Insight>? insights
final

Implementation

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