TapPayInitResult class

Model for the result of initializing TapPay SDK

Constructors

TapPayInitResult({required bool success, String? message})
TapPayInitResult.fromJson(String source)
factory
TapPayInitResult.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
message String?
The failure message of initializing TapPay SDK
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
The result of initializing TapPay SDK
final

Methods

copyWith({bool? success, String? message}) TapPayInitResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant TapPayInitResult other) bool
The equality operator.
override