doesNotReturnVoidNorInt property

InvalidGenerationSourceError doesNotReturnVoidNorInt

Implementation

InvalidGenerationSourceError get doesNotReturnVoidNorInt =>
    InvalidGenerationSourceError(
      '$_methodType methods have to return a Future of either void or int.',
      element: _methodElement,
    );