menu
digia_expr package
documentation
digia_expr.dart
ExprCallableImpl
ExprCallableImpl.new constructor
ExprCallableImpl.new constructor
dark_mode
light_mode
ExprCallableImpl
constructor
ExprCallableImpl
(
{
required
Object
?
fn
(
ASTEvaluator
evaluator
,
List
<
Object
>
arguments
),
int
arity
=
0
,
})
Implementation
ExprCallableImpl({required this.fn, int arity = 0}) : _arity = arity;
digia_expr package
documentation
digia_expr
ExprCallableImpl
ExprCallableImpl.new constructor
ExprCallableImpl class