checkList property

NotusAttribute<String> checkList

Formats a block of lines as a check list.

Implementation

NotusAttribute<String> get checkList =>
    NotusAttribute<String>._(key, scope, 'cl');