addLine method
Implementation
void addLine(PathBean bean) {
_lines.add(bean);
_selectPathIndex = _lines.length - 1;
notifyListeners();
}
void addLine(PathBean bean) {
_lines.add(bean);
_selectPathIndex = _lines.length - 1;
notifyListeners();
}