appliesTo property

bool Function(TextAttribute) appliesTo
final

Should return true if this codec applies to the given TextAttribute.

Implementation

final bool Function(TextAttribute) appliesTo;