getForcedTransport method
Inquiry method that gets the value of the forced transport (if any).
Returns The forced transport or null
Implementation
String? getForcedTransport() {
return _forcedTransport;
}
Inquiry method that gets the value of the forced transport (if any).
Returns The forced transport or null
String? getForcedTransport() {
return _forcedTransport;
}