tokenize method

Set<String> tokenize()

Implementation

Set<String> tokenize() => [
      ...?factTokens,
      label,
      template,
    ].where((e) => e.isNotNullOrBlank).toSet().cast<String>();