factory Data.fromJson(Map<String, dynamic> json) { return Data( sender: GiftUser.fromJson(json['sender']), ); }