bundleType property

BundleType? bundleType
final

The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.

Implementation

final BundleType? bundleType;