QueueStats.fromJson constructor

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

Implementation

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