ContentHistoryExpandable constructor

ContentHistoryExpandable({
  1. String? lastUpdated,
  2. String? previousVersion,
  3. String? contributors,
  4. String? nextVersion,
  5. String? ownedBy,
  6. String? lastOwnedBy,
})

Implementation

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