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