ResultStorage class

Locations where the results of running the test are stored.

Constructors

ResultStorage({GoogleCloudStorage? googleCloudStorage, String? resultsUrl, ToolResultsExecution? toolResultsExecution, ToolResultsHistory? toolResultsHistory})
ResultStorage.fromJson(Map _json)

Properties

googleCloudStorage GoogleCloudStorage?
Required.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultsUrl String?
URL to the results in the Firebase Web Console.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolResultsExecution ToolResultsExecution?
The tool results execution that results are written to.
getter/setter pair
toolResultsHistory ToolResultsHistory?
The tool results history that contains the tool results execution that results are written to.
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