SanityQueryResponse constructor
SanityQueryResponse({
- required dynamic result,
- required PerformanceInfo info,
Creates a new Sanity query response with the given result and performance information.
Implementation
SanityQueryResponse({required this.result, required this.info});