explain property

  1. @JsonKey(name: r'explain')
List<String>? explain
final

Enriches the API's response with information about how the query was processed.

Implementation

@JsonKey(name: r'explain')
final List<String>? explain;