contains method

bool contains(
  1. TextDecoration other
)

contains API.

Implementation

bool contains(TextDecoration other) => (_mask | other._mask) == _mask;