MetaResponse constructor

MetaResponse({
  1. String? itemsLeft,
})

Implementation

MetaResponse({
  this.itemsLeft,
});