appliesTo property
Should return true if this codec applies to the given TextAttribute.
Implementation
final bool Function(TextAttribute) appliesTo;
Should return true if this codec applies to the given TextAttribute.
final bool Function(TextAttribute) appliesTo;