data property

Map<String, dynamic> data
final

The raw data in this row.

Note that the values in this map aren't mapped to Dart yet. For instance, a DateTime would be stored as an int in data because that's the way it's stored in the database. To read a value, use any of the read methods.

Implementation

final Map<String, dynamic> data;