doesNotReturnFutureNorStream property

InvalidGenerationSourceError doesNotReturnFutureNorStream

Implementation

InvalidGenerationSourceError get doesNotReturnFutureNorStream {
  return InvalidGenerationSourceError(
    'All queries have to return a Future or Stream.',
    todo: 'Define the return type as Future or Stream.',
    element: _methodElement,
  );
}