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