data property

Object? data
getter/setter pair

Arbitrary structured data as a JSON value (object, array, string, number, boolean, or null).

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? data;