Header constructor

Header(
  1. String titleName
)

Initializes a new instance of the Header class.

Implementation

Header(this.titleName);