toPlainList abstract method
Deeply converts this array into a representation of plain Dart objects and returns it.
Type conversion
Values of type:
Implementation
List<Object?> toPlainList();
Deeply converts this array into a representation of plain Dart objects and returns it.
Values of type:
List<Object?> toPlainList();