Get the DateTime timeout duration of this.
DateTime? get timeoutDuration => _timeoutDuration != null ? DateTime.parse(_timeoutDuration!) : null;