fromJson static method

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

Implementation

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