XmlRender constructor

XmlRender(
  1. dynamic data
)

Constructor to initialize the XmlRender with the given data.

Implementation

XmlRender(this.data);