thrusters property

List<Thrusters> thrusters

Implementation

List<Thrusters> get thrusters => _thrusters;
void thrusters=(List<Thrusters> thrusters)

Implementation

set thrusters(List<Thrusters> thrusters) => _thrusters = thrusters;