DataRender constructor

DataRender(
  1. String contentType,
  2. List<int> data
)

Constructs a DataRender instance with the specified contentType and data.

Implementation

DataRender(this.contentType, this.data);