Sofort constructor

  1. @JsonSerializable(explicitToJson: true)
const Sofort({
  1. String? country,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory Sofort({
  /// Two letter ISO code representing the country of the bank account.
  String? country,
}) = _Sofort;