isLoading property
bool
get
isLoading
Implementation
bool get isLoading {
return this == PaymentStatus.initializing ||
this == PaymentStatus.preloadInProgress ||
this == PaymentStatus.webviewLoading ||
this == PaymentStatus.receiptFetching;
}