FlightNumberEntity constructor

FlightNumberEntity(
  1. String string,
  2. String _airlineCode,
  3. String _flightNumber
)

Implementation

FlightNumberEntity(String string, this._airlineCode, this._flightNumber)
    : super(string);