GenericInsight constructor

GenericInsight({
  1. List<String>? additionalInformation,
  2. String? defaultMessage,
  3. String? messageId,
})

Implementation

GenericInsight({
  this.additionalInformation,
  this.defaultMessage,
  this.messageId,
});