jsonData property

String? jsonData
final

A JSON formatted string representing data.

This can be null, implying that there might be occasions where no JSON data is provided.

Implementation

final String? jsonData;