header property

HeaderAttribute? get header

Implementation

HeaderAttribute? get header =>
    attributes[EasyAttribute.header.key] as HeaderAttribute?;