Dart Operators
Dart Operators
Let’s learn about Dart operators in this tutorial. Operators are symbols used to perform various operations on the operands. Dart has several built-in operators represented by special symbols to perform specific operations on operands. Operators are designed to operate on one or two operands.
Dart Operators
Dart includes a wide range of built-in operators that can be used to perform different functions. The different types of operators in Dart are as follows:
- Arithmetic Operators
- Relational operators
- Assignment Operators
- Logical Operators
- Conditional Operator
- Type Test Operators
- Bitwise Operators
- Cascade Notation Operator
—
More information on Dart: