AccountStats.fromJson constructor

AccountStats.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AccountStats.fromJson(Map<String, Object?> json) =>
    _$AccountStatsFromJson(json);