Offers.fromJson(Map<String, dynamic> json) { sId = json['_id']; title = json['title']; benefits = json['benefits']; iconUrl = json['iconUrl']; }