links property

ReadOnlyMapView<String, dynamic> links

contains the links data returned by the api if present

Implementation

ReadOnlyMapView<String, dynamic> get links => ReadOnlyMapView(_links);