RefundCollection.fromJson constructor

RefundCollection.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory RefundCollection.fromJson(Map<String, dynamic> input) =>
    _$RefundCollectionFromJson(input);