getForcedTransport method

String? getForcedTransport()

Inquiry method that gets the value of the forced transport (if any).

Returns The forced transport or null

Implementation

String? getForcedTransport() {
  return _forcedTransport;
}