toXML method

String toXML()

Implementation

String toXML() {
  return '''<blockData blockID="$blockID">$value</blockData>''';
}