Creates a new instance of the Header class from a JSON object.
factory Header.fromJson(Map<String, dynamic> json) => _$HeaderFromJson(json);