Extension Operators
Learn to use Dart's Extension Operators.
We'll cover the following...
Extension Operators
Dart provides support for operators in addition to methods that we explored in the last lesson. In this lesson, we will add two extension operators: ^
and -
on the List
type. This list of prices is similar to the ...