test property

  1. @override
TestObject<Cell> get test
override

Gets the test object associated with the cell.

This object is used to validate operations and signals.

Returns a TestObject instance

Implementation

@override
TestObject get test => _properties.test;