value property

T? value
final

Value of this attribute.

If value is null then this attribute represents a transient action of removing associated style and is never persisted in a resulting document.

See also unset, ParchmentStyle.merge and ParchmentStyle.put for details.

Implementation

final T? value;