data property

String? data
final

A string providing a data to populate the specified template. The string must be of one of the following types: xml, json, csv.

Implementation

final String? data;