fromJson static method

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

Implementation

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