baseUrl property

String? baseUrl
getter/setter pair

A URL to the media item's bytes.

This shouldn't be used as is. Parameters should be appended to this URL before use. See the developer documentation for a complete list of supported parameters. For example, '=w2048-h1024' will set the dimensions of a media item of type photo to have a width of 2048 px and height of 1024 px.

Implementation

core.String? baseUrl;