ResendSuccess<S> class final

Class representing a successful Resend API request result

Inheritance

Constructors

ResendSuccess.new(S value)
Constructor for ResendSuccess
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isFailure bool
Getter to check if the result is a failure
no setteroverride
isSuccess bool
Getter to check if the result is a success
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → S
The value of the successful result
final

Methods

fold<R>({required FutureOr<R> onSuccess(S value), required FutureOr<R> onFailure(ResendError? error, String? message)}) FutureOr<R>
Method to handle both success and failure cases
inherited
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