SonyPSNIdentityProvider.fromJson constructor

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

Implementation

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