voucherModelFromJson function

VoucherModel voucherModelFromJson(
  1. String str
)

Implementation

VoucherModel voucherModelFromJson(String str) =>
    VoucherModel.fromJson(json.decode(str));