GoogleFirebaseExtensionsV1betaExtensionSource class

The source of the Extension Instance.

Properties

extensionRoot String?
The directory location of extension.yaml in the archived package.
getter/setter pair
fetchTime String?
The time at which the ExtensionSource was initially fetched.
getter/setter pair
hash String?
SHA256 hash of the archive (package_uri) at processing time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastOperationName String?
The name of the last operation that acted on this ExtensionSource.
getter/setter pair
name String?
The unique identifier for this source.
getter/setter pair
packageUri String?
A URI of a zip or tar archive of an Extension package.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec GoogleFirebaseExtensionsV1betaExtensionSpec?
The specification for this Extension.
getter/setter pair
state String?
The current state of the Extension Source.
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