ProfileStats.fromJson constructor

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

Implementation

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