extractHashTagsFromValue method Null safety

List<String> extractHashTagsFromValue(
  1. dynamic obj,
  2. List<String> searchFields
)

Extracts hash tags from selected fields in an object.

  • obj an object which contains hash tags.
  • searchFields a list of fields in the objects where to extract tags Returns a list of extracted and compressed tags.