TypeAggregate.fromJson constructor

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

Creates a TypeAggregate from a JSON object.

Implementation

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