actors property

List<T Function(T)> actors
final

list of functions that act upon the unit and return the unit afterwards

Implementation

final List<T Function(T)> actors;