PurchaseHistoryRecordWrapper.fromJson constructor

  1. @Deprecated('JSON serialization is not intended for public use, and will ' 'be removed in a future version.')
PurchaseHistoryRecordWrapper.fromJson(
  1. Map<String, dynamic> map
)

Factory for creating a PurchaseHistoryRecordWrapper from a Map with the record details.

Implementation

@Deprecated('JSON serialization is not intended for public use, and will '
    'be removed in a future version.')
factory PurchaseHistoryRecordWrapper.fromJson(Map<String, dynamic> map) =>
    _$PurchaseHistoryRecordWrapperFromJson(map);