ServerResponse constructor
ServerResponse({})
Creates a new server response with the given result, time and query.
Implementation
ServerResponse({
required this.result,
required this.ms,
required this.query,
this.syncTags = const [],
});