bodies property
Get the request body. Always returns null as the Nominatim service does not require a request body.
Implementation
@override
get bodies => null;
Get the request body. Always returns null as the Nominatim service does not require a request body.
@override
get bodies => null;