data property

Map<String, dynamic> get data

Returns the underlying map.

Implementation

Map<String, dynamic> get data => _data;