urls property

  1. @override
String get urls
override

Get the complete URL for the request.

Combines the base URL and the endpoint path.

Implementation

@override
String get urls => endpoints + paths;