Header constructor

const Header(
  1. String name
)

Reads the header named name.

Implementation

const Header(this.name);