GenericInsight class
A generic insight about an asset.
Constructors
- 
          GenericInsight({List<String> ? additionalInformation, String? defaultMessage, String? messageId})
- GenericInsight.fromJson(Map json_)
Properties
- 
  additionalInformation
  ↔ List<String> ?
- 
  Additional information about the insight, each entry can be a logical
entry and must make sense if it is displayed with line breaks between each
entry.
  getter/setter pair
- defaultMessage ↔ String?
- 
  In case message_code is not yet known by the client default_message will
be the message to be used instead.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- messageId ↔ String?
- 
  Represents a globally unique message id for this insight, can be used for
localization purposes, in case message_code is not yet known by the client
use default_message instead.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited