prepare method
Prepare the object to be written to the stream
Implementation
@override
void prepare() {
super.prepare();
for (var index = 0; index < _states.length; index++) {
params['$_prefix$index'] = _states[index].output();
}
}
Prepare the object to be written to the stream
@override
void prepare() {
super.prepare();
for (var index = 0; index < _states.length; index++) {
params['$_prefix$index'] = _states[index].output();
}
}