fromJson static method

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

Implementation

static GHeroForEpisodeVars? fromJson(Map<String, dynamic> json) =>
    _i2.serializers.deserializeWith(
      GHeroForEpisodeVars.serializer,
      json,
    );