TaskAggregate.fromJson constructor

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

Creates a TaskAggregate from a JSON object.

Implementation

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