SGPaywall.fromJson constructor

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

Implementation

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