DexStats.fromJson constructor

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

Implementation

factory DexStats.fromJson(Map<String, dynamic> json) =>
    _$DexStatsFromJson(json);