attributes property

Map<String, dynamic> get attributes

Get all of the current attributes on the model.

Implementation

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