fromJson static method

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

Implementation

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