factory SenderAddress.fromJson(Map<String, dynamic> json) => SenderAddress( address: json["address"], name: json["name"], );