bold property

BoldAttribute? get bold

Implementation

BoldAttribute? get bold =>
    attributes[EasyAttribute.bold.key] as BoldAttribute?;