getMessage method

dynamic getMessage()

Implementation

getMessage() {
  return ChatwootMessage.fromJson(toJson());
}