expression property
dynamic Function(E e)?
expression
final
The expression to get the result for the rule check
Implementation
final dynamic Function(E e)? expression;
The expression to get the result for the rule check
final dynamic Function(E e)? expression;