NodeStatsResponse.fromJson constructor

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

Implementation

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