GenerateResult class

Constructors

GenerateResult(String apiName, String apiVersion, String packagePath)
GenerateResult.error(String apiName, String apiVersion, String packagePath, String message)
GenerateResult.fromMessage(String? message)

Properties

apiName String?
final
apiVersion String?
final
hashCode int
The hash code for this object.
no setterinherited
info bool
getter/setter pair
message String?
final
packagePath String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
no setter
success bool
getter/setter pair

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