Box.empty constructor

Box.empty()

Returns the empty box

Implementation

factory Box.empty() => BoxImpl.from(cards: []);