Checkout.fromRawJson constructor

Checkout.fromRawJson(
  1. String str
)

Implementation

factory Checkout.fromRawJson(String str) =>
    Checkout.fromJson(json.decode(str));