queryParams property

  1. @JsonKey(fromJson: _Utils.queryParamsFromJson, toJson: _Utils.queryParamsToJson)
QueryParams queryParams
final

The query parameters associated with the data.

Implementation

@JsonKey(
  fromJson: _Utils.queryParamsFromJson,
  toJson: _Utils.queryParamsToJson,
)
final QueryParams queryParams;