roll method

void roll(
  1. String _caller
)

Implementation

void roll(String _caller) {
  init();
  build(_caller);
  _matrix.forEach(print);
}