unset property

  1. @override
NotusAttribute<Map<String, dynamic>?> unset
override

Returns special "unset" version of this attribute.

Unset attribute's value is always null.

When composed into a rich text document, unset attributes remove associated style.

Implementation

@override
NotusAttribute<Map<String, dynamic>?> get unset => EmbedAttribute._(null);