factory AddCardResponse.fromJson(Map<String, dynamic> json) => AddCardResponse( card: CardRegister.fromJson(json.getMap('card')), );