matchKeyword method

bool matchKeyword(
  1. dynamic kw
)

Implementation

bool matchKeyword(kw) => isKeyword && value.toLowerCase() == kw.toLowerCase();