Checkout.fromJson constructor

Checkout.fromJson(
  1. Map<String, dynamic> json
)

The checkout from json

Implementation

factory Checkout.fromJson(Map<String, dynamic> json) =>
    _$CheckoutFromJson(json);