Meta constructor
Meta({})
Implementation
Meta({
required this.currentPage,
this.from,
required this.lastPage,
required this.links,
required this.path,
required this.perPage,
this.to,
required this.total,
});