fromJson static method

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

Implementation

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