jsonContent property

Map<String, dynamic>? get jsonContent

The JSON if it's a JSON encoded message.

Implementation

Map<String, dynamic>? get jsonContent {
  return package.jsonContent;
}