OpdsMetadata constructor

OpdsMetadata({
  1. required String title,
  2. int? numberOfItems,
  3. int? itemsPerPage,
  4. int? currentPage,
  5. DateTime? modified,
  6. int? position,
  7. String? rdfType,
})

Implementation

OpdsMetadata(
    {required this.title,
    this.numberOfItems,
    this.itemsPerPage,
    this.currentPage,
    this.modified,
    this.position,
    this.rdfType});