PaymentIntentId.fromJson constructor

PaymentIntentId.fromJson(
  1. Object? json
)

Implementation

factory PaymentIntentId.fromJson(Object? json) =>
    PaymentIntentId(id: (json as String));