FileInfo class

Single source file that is part of the version to be deployed.

Each source file that is deployed must be specified separately.

Constructors

FileInfo({String? mimeType, String? sha1Sum, String? sourceUrl})
FileInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
mimeType String?
The MIME type of the file.Defaults to the value from Google Cloud Storage.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1Sum String?
The SHA1 hash of the file, in hex.
getter/setter pair
sourceUrl String?
URL source to use to fetch this file.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited