PrepareResponseError class

Bridging check error response that should be returned as a normal HTTP 200 response

Constructors

PrepareResponseError.new({required BridgingError error, required String reason})
const

Properties

error BridgingError
final
hashCode int
The hash code for this object.
no setteroverride
reason String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override