getMutableContent method

String? getMutableContent()

Value of the aps.mutable-content field as a string value.

Implementation

String? getMutableContent() {
  return _mutableContent;
}