source property

String? source
getter/setter pair

The full Google Cloud Storage URL where the raw disk image archive is stored.

The following are valid formats for the URL: - https://storage.flutter-io.cn/bucket_name/image_archive_name - https://storage.flutter-io.cn/bucket_name/folder_name/ image_archive_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL

Implementation

core.String? source;