toMap method
Implementation
Map<String, dynamic> toMap() => {
'data': data,
'current_page': currentPage,
'per_page': perPage,
'total': total,
'last_page': lastPage,
'is_first': isFirst,
'is_last': isLast,
'has_more': hasMore,
};