fromJson static method

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

Implementation

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