test property
Gets the test object associated with the cell.
This object is used to validate operations and signals.
Returns a TestObject instance
Implementation
@override
TestObject<Cell> get test => _cell.test;
Gets the test object associated with the cell.
This object is used to validate operations and signals.
Returns a TestObject instance
@override
TestObject<Cell> get test => _cell.test;