ContentHistory constructor
      
      ContentHistory({ 
    
    
- required bool latest,
- User? createdBy,
- User? ownedBy,
- User? lastOwnedBy,
- DateTime? createdDate,
- Version? lastUpdated,
- Version? previousVersion,
- ContentHistoryContributors? contributors,
- Version? nextVersion,
- ContentHistoryExpandable? expandable,
- GenericLinks? links,
Implementation
ContentHistory(
    {required this.latest,
    this.createdBy,
    this.ownedBy,
    this.lastOwnedBy,
    this.createdDate,
    this.lastUpdated,
    this.previousVersion,
    this.contributors,
    this.nextVersion,
    this.expandable,
    this.links});