setter property
void Function(T)
setter
final
The function called when this computed value is set.
Implementation
final void Function(T) setter;
The function called when this computed value is set.
final void Function(T) setter;