A necessary factory constructor for creating a new Recipient instance
from a map. Pass the map to the generated _$RecipientFromJson() constructor.
The constructor is named after the source class, in this case, Recipient.
toJson is the convention for a class to declare support for serialization
to JSON. The implementation simply calls the private, generated
helper method _$RecipientToJson.