data property

Map<String, dynamic> data
final

The underlying data map holding the model's properties. Subclasses should initialize this in their constructors.

Implementation

final Map<String, dynamic> data;