trigger method

  1. @override
void trigger()
override

Trigger the referenced ActionCell.

NOTE: This cell must have at least one observer before calling this method, otherwise InactiveMetaCelLError is thrown.

NOTE: If this method is called before the referenced cell is set an EmptyMetaCellError exception is thrown.

Implementation

@override
void trigger() => _actionCell.trigger();