NoonPaymentResult.cancelled constructor
NoonPaymentResult.cancelled()
Creates a cancelled result
Implementation
factory NoonPaymentResult.cancelled() {
return const NoonPaymentResult._(status: NoonPaymentStatus.cancelled);
}