setFlightType method

void setFlightType(
  1. String flightType
)

Implementation

void setFlightType(String flightType) {
  this.flightType = flightType;
}