Error constructor

const Error({
  1. required ApiErrors error,
})

An error response from the Stripe API

Implementation

const Error({required this.error});