link method

  1. @override
bool link(
  1. Cell link, {
  2. Cell? cell,
})
override

Validates a cell link against test rules

Implementation

@override
bool link(Cell link, {Cell? cell}) => true;