fromJson static method

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

Implementation

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