asSource method
Implementation
Source ? asSource() {
if (stripePaymentSource is Source) {
return stripePaymentSource as Source;
}
return null;
}
Source ? asSource() {
if (stripePaymentSource is Source) {
return stripePaymentSource as Source;
}
return null;
}