MyLinkModel.fromJson(Map<String, dynamic> json) { first = json['first']; previous = json['previous']; next = json['next']; last = json['last']; }