ContentHistoryExpandable constructor
      
      ContentHistoryExpandable({})
     
    
    
Implementation
ContentHistoryExpandable(
    {this.lastUpdated,
    this.previousVersion,
    this.contributors,
    this.nextVersion,
    this.ownedBy,
    this.lastOwnedBy});