asSource method

Source? asSource()

Implementation

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