fromJson static method

StatisticClass? fromJson(
  1. dynamic value
)

Implementation

static StatisticClass? fromJson(dynamic value) =>
    StatisticClassTypeTransformer().decode(value);