InsightsResult constructor

const InsightsResult({
  1. String? status,
  2. List<Insight>? insights,
})

Implementation

const InsightsResult({this.status, this.insights});