HeaderAttribute constructor

const HeaderAttribute([
  1. int? value
])

Implementation

const HeaderAttribute([int? value]) : super(value: value);