fromJson static method

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

Implementation

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