isInitialized property
bool
get
isInitialized
Implementation
bool get isInitialized =>
checkoutModel != null && configModel != null && onPayment != null;
bool get isInitialized =>
checkoutModel != null && configModel != null && onPayment != null;