Returns all targets of this assignment.
Iterable<AST> get targets => List<Object?>.from( getAttribute("targets"), ) .cast<PythonClassInterface<PythonFfiDelegate<Object?>, Object?>>() .map(AST.from);