setMessageAsJson method

void setMessageAsJson (Map<String, dynamic> value)

Stores the given value as a JSON string.

  • value the value to convert to JSON and store in this message.

See [getMessageAsJson]