StatusAggregate.fromJson constructor
Creates a StatusAggregate from a JSON object.
Implementation
factory StatusAggregate.fromJson(Map<String, Object?> json) => _$StatusAggregateFromJson(json);
Creates a StatusAggregate from a JSON object.
factory StatusAggregate.fromJson(Map<String, Object?> json) => _$StatusAggregateFromJson(json);