menu
pay_with_paymob_flutter package
documentation
models/payment_link_response.dart
PaymentLinkResponse
isPaid property
isPaid property
dark_mode
light_mode
isPaid
property
bool
get
isPaid
Check if payment is completed
Implementation
bool get isPaid => paidAt != null;
pay_with_paymob_flutter package
documentation
models/payment_link_response
PaymentLinkResponse
isPaid property
PaymentLinkResponse class