content property

List<int> get content

Implementation

List<int> get content {
  _checkAlive();
  return UnmodifiableListView(_renderer.html);
}