data property

Map? data

Returns the raw properties dictionary for this object.

This getter returns null if the object is lazily initialized.

Implementation

Map? get data => _data;