SpaceHistory constructor

SpaceHistory({
  1. required DateTime createdDate,
  2. User? createdBy,
})

Implementation

SpaceHistory({required this.createdDate, this.createdBy});