toListValue abstract method
Return a list corresponding to the value of the object being represented,
or null if
- this object is not of type 'List', or
 - the value of the object being represented is 
null. 
Implementation
List<DartObject>? toListValue();