query method

String? query()

query Method :

Gets the query information from the last API response.

Implementation

String? query() => getResponse?.data?["query"];