CardElementChangeEventValue constructor

const CardElementChangeEventValue({
  1. required String? postalCode,
})

Implementation

const factory CardElementChangeEventValue({required String? postalCode}) =
    _CardElementChangeEventValue;