rawContent property

dynamic rawContent

Implementation

dynamic get rawContent {
  if (_content != null) {
    return _content;
  }
  return _rawContent;
}