Header constructor

Header()

Implementation

factory Header(){
  appInfo = AppInfo();
  _getHeaderData();
  return header;
}