HeaderAttribute constructor
HeaderAttribute({
- int? level,
Implementation
HeaderAttribute({int? level}) : super('header', AttributeScope.BLOCK, level);
HeaderAttribute({int? level}) : super('header', AttributeScope.BLOCK, level);