ChildRoomsChunk constructor

ChildRoomsChunk({
  1. required List<ChildrenState> childrenState,
  2. String? roomType,
})

Implementation

ChildRoomsChunk({
  required this.childrenState,
  this.roomType,
});