UndefinedDartBlockFunctionException constructor
UndefinedDartBlockFunctionException(
- String functionName
Implementation
UndefinedDartBlockFunctionException(this.functionName)
: super(
title: "Undefined Function",
message: "Function '$functionName' is not defined.",
);