TapPayPrime class

Model for getting card's prime

Constructors

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

Properties

hashCode int
The hash code for this object.
no setteroverride
message String?
Failure message of getting card's prime
final
prime String?
The prime of the card
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
Failure status code of getting card's prime
final
success bool
The result of getting card's prime
final

Methods

copyWith({bool? success, int? status, String? message, String? prime}) TapPayPrime
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 TapPayPrime other) bool
The equality operator.
override