VerifyTransactionRes class
The [VerifyTransactionRes[ class is a model for a response object that contains information about a transaction verification, including success status, message, and data.
Constructors
- VerifyTransactionRes({bool? success, String? message, Data? data})
- VerifyTransactionRes.fromJson(dynamic json)
Properties
Methods
-
copyWith(
{bool? success, String? message, Data? data}) → VerifyTransactionRes -
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