Automobile constructor

Automobile()

Implementation

factory Automobile() {
  return _automobile;
}