GridCommandRequest.board constructor
const
GridCommandRequest.board({})
Projects every resident work store's open beads into board rows.
Implementation
const factory GridCommandRequest.board({
@Default(<String>{}) Set<String> stores,
@Default(<String>{}) Set<String> statuses,
@Default(false) bool blockedOnly,
bool? approved,
}) = GridBeadBoard;