uncountableNouns top-level constant
Uncountable nouns are substances, concepts etc that we cannot divide into separate elements. We cannot "count" them.
Implementation
const uncountableNouns = <String>[
"equipment",
"information",
"rice",
"money",
"species",
"series",
"fish",
"sheep",
"jeans",
"police"
];