Entity<TId> constructor

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

Implementation

Entity({required this.id});