GoogleFirebaseExtensionsV1betaExtension class
An Extension
is a published extension, for sharing with other users.
Constructors
- GoogleFirebaseExtensionsV1betaExtension({String? createTime, String? deleteTime, String? iconUri, String? latestVersion, String? latestVersionCreateTime, String? name, GoogleFirebaseExtensionsV1betaPublisherSummary? publisher, String? ref, String? registryLaunchStage, String? state, String? visibility})
- GoogleFirebaseExtensionsV1betaExtension.fromJson(Map _json)
Properties
- createTime ↔ String?
-
Creation time.
getter/setter pair
- deleteTime ↔ String?
-
Deletion time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUri ↔ String?
-
Uri of the extension’s icon.
getter/setter pair
- latestVersion ↔ String?
-
ID of the latest ExtensionVersion that corresponds to this Extension,
according to semver versioning (e.g. 0.3.3).
getter/setter pair
- latestVersionCreateTime ↔ String?
-
Time of when the latest ExtensionVersion was created.
getter/setter pair
- name ↔ String?
-
Fully qualified name of Extension (e.g.
publishers/publisher-id/extensions/awesome-extension)
getter/setter pair
- publisher ↔ GoogleFirebaseExtensionsV1betaPublisherSummary?
-
Publisher detail about the extension author.
getter/setter pair
- ref ↔ String?
-
User-friendly identifier for the Extension (e.g.
publisher-id/awesome-extension)
getter/setter pair
- registryLaunchStage ↔ String?
-
Launch stage of the extension.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the extension.
getter/setter pair
- visibility ↔ String?
-
Visibility of the extension on public directories.
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