test property

  1. @override
TestCollective<dynamic, Collective> 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
TestCollective get test => _properties.test;