stringContent property

String? get stringContent

The string if it's a String encoded message.

Implementation

String? get stringContent {
  return package.stringContent;
}