PhaseContext class

Additional information about a build phase that has an error. You can use this information for troubleshooting.

Constructors

PhaseContext({String? message, String? statusCode})
PhaseContext.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
An explanation of the build phase's context. This might include a command ID and an exit code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode String?
The status code for the context of the build phase.
final

Methods

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

Operators

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