AggregateRoot<TId> constructor

AggregateRoot<TId>({
  1. required TId id,
})

Implementation

AggregateRoot({required super.id});