ProcessingTimeout class

Implemented types

Constructors

ProcessingTimeout({required String buildNumber, required Duration waited, String? lastState})

Properties

buildNumber String
final
hashCode int
The hash code for this object.
no setterinherited
lastState String?
What Apple last said, or null while the build was not visible at all — which is the shape a rejected upload takes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waited Duration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited