HeaderParser.fromJson constructor

HeaderParser.fromJson(
  1. Map<String, dynamic> json,
  2. int index
)

Implementation

HeaderParser.fromJson(Map<String, dynamic> json, this.index)
    : name = json['name'],
      id = json['id'];