codeblock property

CodeBlockAttribute? get codeblock

Implementation

CodeBlockAttribute? get codeblock =>
    attributes[EasyAttribute.codeblock.key] as CodeBlockAttribute?;