dataMap property

Map<String, T> dataMap

Returns the data map.

Implementation

Map<String, T> get dataMap => value.dataMap;