TestActionRule<C extends Cell> constructor
TestActionRule<C extends Cell> ({
- required TestActionRuleType<
C> rule, - dynamic user,
Creates a TestActionRule with the given validation function and optional user context.
Parameters:
Implementation
TestActionRule({required TestActionRuleType<C> super.rule, super.user}) : super();