CustomFunctionMissingReturnValueException constructor
CustomFunctionMissingReturnValueException(
- String functionName,
- DartBlockDataType returnType
Implementation
CustomFunctionMissingReturnValueException(this.functionName, this.returnType)
: super(
title: "Function Missing Return Value",
message:
"Function '$functionName' must return a value of type $returnType.",
);