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
TestCollective get test => _properties.test;
Gets the test object associated with the cell.
This object is used to validate operations and signals.
Returns a TestObject instance
@override
TestCollective get test => _properties.test;