data property Null safety

dynamic data
read / write

The JSON-encodable data contained by this instance.

This value must be JSON-encodable.

Implementation

dynamic data;