RefundItem.fromJson constructor

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

Implementation

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