CreateCheckoutSessionRequest.fromJson constructor

CreateCheckoutSessionRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CreateCheckoutSessionRequest.fromJson(Map<String, Object?> json) =>
    _$CreateCheckoutSessionRequestFromJson(json);