mathOperators top-level property
Implementation
Iterable<string> get mathOperators => [
"+",
"-",
"*",
"/",
"%",
"^",
"&",
"|",
"~",
">",
"<",
"=",
"!",
"?",
];