MyCoverAI class

Constructors

MyCoverAI({Key? key, required BuildContext context, List? productId, String? reference, required String email, dynamic form, required String publicKey, TransactionType? transactionType, PaymentOption? paymentOption})
const

Properties

context BuildContext
final
email String
final
form → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
paymentOption PaymentOption?
final
productId List?
final
publicKey String
final
reference String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionType TransactionType?
final

Methods

initialise() → dynamic
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