ContentMetadataCurrentuserExpandable constructor

ContentMetadataCurrentuserExpandable({
  1. String? favourited,
  2. String? lastmodified,
  3. String? lastcontributed,
  4. String? viewed,
  5. String? scheduled,
})

Implementation

ContentMetadataCurrentuserExpandable(
    {this.favourited,
    this.lastmodified,
    this.lastcontributed,
    this.viewed,
    this.scheduled});