toList method

dynamic toList()

Implementation

dynamic toList() {
  return <dynamic>[
    topLeft.toJson(),
    topRight.toJson(),
    bottomRight.toJson(),
    bottomLeft.toJson()
  ];
}