makeModel method
- @override
- covariant SamFactory sf,
- SamAction sa,
- SamState ss,
- SamView sv
inherited
The specific implementation of Rocket.makeModel
We use it to initialize the SamHot
ctr
variable and
copy the device name for debugging purposes.
Implementation
@override
void makeModel(SamFactory sf,SamAction sa, SamState ss, SamView sv) {
this.setHot("ctr",10);
this.aaaName = _devType;
}