toJson method

  1. @visibleForTesting
Map<String, dynamic> toJson()

Implementation

@visibleForTesting
Map<String, dynamic> toJson() => {
      "baseUrl": _baseUrl,
      "userName": _userName,
      "password": _password,
      "httpTimeoutMs": _httpTimeoutMs,
    }.clearNulls();