toList method

List toList()

Implementation

List<dynamic> toList() {
  return <dynamic>[x, y, z];
}