row method

void row(
  1. List<PosColumn> cols
)

Implementation

void row(List<PosColumn> cols) {
  _socket.add(_generator.row(cols));
}