SanityQueryResponse constructor
SanityQueryResponse({
- required dynamic result,
- required PerformanceInfo info,
- List<
String> syncTags = const [],
Creates a new Sanity query response with the given result and performance information.
Implementation
SanityQueryResponse({
required this.result,
required this.info,
this.syncTags = const [],
});