PlayUploadResult class

What a finished play upload did, on the stream's last line.

Carried so a caller has the outcome without parsing prose off stderr or inferring it from an exit code — the two things a run's last line used to be the only source of.

Annotations
  • @JsonSerializable.new(explicitToJson: true, includeIfNull: false)

Constructors

PlayUploadResult({required String packageName, required String track, required String versionName, required int? versionCode, required bool committed})
const
PlayUploadResult.fromJson(Map<String, dynamic> json)
factory

Properties

committed bool
Whether the edit was committed, and therefore whether any of this is real.
final
hashCode int
The hash code for this object.
no setterinherited
packageName String
The Play package this went to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
track String
The track the release was assigned to.
final
versionCode int?
The versionCode Play holds, or null for a push that carried no artifact.
final
versionName String
The version name the release is shown under in the console.
final

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