StatusAggregate.fromJson constructor

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

Creates a StatusAggregate from a JSON object.

Implementation

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