PurchasesError.fromJson constructor

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

Implementation

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