ScheduledReleaseRecord class

A record of an attempt to create a compilation result for this release config.

Constructors

ScheduledReleaseRecord({String? compilationResult, Status? errorStatus, String? releaseTime})
ScheduledReleaseRecord.fromJson(Map json_)

Properties

compilationResult String?
The name of the created compilation result, if one was successfully created.
getter/setter pair
errorStatus Status?
The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
releaseTime String?
The timestamp of this release attempt.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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