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