NextTrain.empty constructor

NextTrain.empty()

Creates an empty NextTrain instance.

Implementation

NextTrain.empty()
    : locationCode = '',
      locationName = '',
      numCars = null,
      destination = '',
      destinationCode = null,
      destinationName = null,
      group = -1,
      line = '',
      minutesAway = null,
      specialStatus = null;