CreateInsightResponse constructor

CreateInsightResponse({
  1. required String insightArn,
})

Implementation

CreateInsightResponse({
  required this.insightArn,
});