attributes property

Map<String, dynamic> get attributes
inherited

Get all of the current attributes on the model.

Implementation

Map<String, dynamic> get attributes => _attributes;