doesNotReturnVoidNorIntNorListInt property

InvalidGenerationSourceError doesNotReturnVoidNorIntNorListInt

Implementation

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