HeaderModel.fromJson(Map<String, dynamic> json, String type, bool isBeforeHeader) : name = json['name'], super( json['id'], type, isBeforeHeader);