Cubes constructor

Cubes()

Factory to get instance of the Cubes

Implementation

factory Cubes() {
  return _instance;
}