ContentCreateSpaceHistory constructor

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

Implementation

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