add method Null safety

void add(
  1. String item
)

Implementation

void add(String item) {
  favortiteStopIds.add(item);
  onChange();
}