CheckoutData.fromRawJson constructor

CheckoutData.fromRawJson(
  1. String str
)

Implementation

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