CashtrayAttempts constructor

CashtrayAttempts({
  1. required List<CashtrayAttempt> rows,
})

Implementation

CashtrayAttempts({
  required this.rows,
});