Release class
A Release
is a particular [collection of configurations and
files](sites.versions) that is set to be public at a particular time.
Constructors
- Release({String? message, String? name, String? releaseTime, ActingUser? releaseUser, String? type, Version? version})
- Release.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The deploy description when the release was created.
getter/setter pair
- name ↔ String?
-
The unique identifier for the release, in either of the following formats:
getter/setter pair
- releaseTime ↔ String?
-
The time at which the version is set to be public.
getter/setter pair
- releaseUser ↔ ActingUser?
-
Identifies the user who created the release.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Explains the reason for the release.
getter/setter pair
- version ↔ Version?
-
The configuration and content that was released.
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