textCheck method

bool textCheck(
  1. ModelType element
)

Implementation

bool textCheck(ModelType element) => text?.check(element.name) ?? true;