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