SanityQueryResponse constructor

SanityQueryResponse({
  1. required dynamic result,
  2. required PerformanceInfo info,
})

Creates a new Sanity query response with the given result and performance information.

Implementation

SanityQueryResponse({required this.result, required this.info});