uploadUrl property

String? uploadUrl
getter/setter pair

The URL to which the files should be uploaded, in the format: "https://upload-firebasehosting.googleapis.com/upload/sites/SITE_ID /versions/VERSION_ID/files" Perform a multipart POST of the Gzipped file contents to the URL using a forward slash and the hash of the file appended to the end.

Implementation

core.String? uploadUrl;