mathOperators top-level property

Iterable<string> get mathOperators

Implementation

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